#EDDA66

Color #EDDA66 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EDDA66

Tints of Golden Sand #EDDA66

Color information

#EDDA66 (or 0xEDDA66) is unknown color: approx Golden Sand. HEX triplet: ED, DA and 66. RGB value is (237,218,102). Sum of RGB (Red+Green+Blue) = 237+218+102=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA66 is #122599. Grayscale: #D2D2D2. Windows color (decimal): -1189274 or 6740717. OLE color: 6740717.

HSL color Cylindrical-coordinate representation of color #EDDA66: hue angle of 51.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDDA66 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237218102-
CMYK00.080.570.07
HSL51.56º78.95%66.47%-
HSV(B)51.56º56.96%92.94%-
XYZ62.3969.1122.62-
YUV210.4666.79146.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=42.55%
G=39.14%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721810200.080.570.0751.5678.9566.47
HexEDDA6608397344f42
Octal35533214601071764117102
Binary111011011101101011001100100011100111111010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA66; }

 p { color: rgb(237,218,102); }

 H1.HeaderClassName
 {
   color: #EDDA66;
 }
 .AnyTagClassName
 {
   color: #EDDA66;
 }
</style>
background-color css

<style>
 a { background-color: #EDDA66; }

 a { background-color: rgb(237,218,102); }

 div.DivClassName
 {
   background-color: #EDDA66;
 }
 .BgClassName
 {
   background-color: #EDDA66;
 }
</style>
border-color css

<style>
 span { border-color: #EDDA66; }

 span { border-color: rgb(237,218,102); }

 td.TdClassName
 {
   border-color: #EDDA66;
 }
 .TagClassName
 {
   border-color: #EDDA66;
 }
</style>