#EDDB66

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

Shades of Golden Sand #EDDB66

Tints of Golden Sand #EDDB66

Color information

#EDDB66 (or 0xEDDB66) is unknown color: approx Golden Sand. HEX triplet: ED, DB and 66. RGB value is (237,219,102). Sum of RGB (Red+Green+Blue) = 237+219+102=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB66 is #122499. Grayscale: #D3D3D3. Windows color (decimal): -1189018 or 6740973. OLE color: 6740973.

HSL color Cylindrical-coordinate representation of color #EDDB66: hue angle of 52º 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 #EDDB66 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237219102-
CMYK00.080.570.07
HSL52º78.95%66.47%-
HSV(B)52º56.96%92.94%-
XYZ62.6569.6322.71-
YUV211.0466.46146.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 102 (40.23% from 255) = 18.28%
R=42.47%
G=39.25%
B=18.28%

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
Decimal23721910200.080.570.075278.9566.47
HexEDDB6608397344f42
Octal35533314601071764117102
Binary111011011101101111001100100011100111111010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB66; }

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

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

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

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

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

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

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

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