#EDDC66

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

Shades of Golden Sand #EDDC66

Tints of Golden Sand #EDDC66

Color information

#EDDC66 (or 0xEDDC66) is unknown color: approx Golden Sand. HEX triplet: ED, DC and 66. RGB value is (237,220,102). Sum of RGB (Red+Green+Blue) = 237+220+102=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC66 is #122399. Grayscale: #D4D4D4. Windows color (decimal): -1188762 or 6741229. OLE color: 6741229.

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

Color convert

RGB237220102-
CMYK00.070.570.07
HSL52.44º78.95%66.47%-
HSV(B)52.44º56.96%92.94%-
XYZ62.9270.1522.79-
YUV211.6366.13146.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 102 (40.23% from 255) = 18.25%
R=42.40%
G=39.36%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722010200.070.570.0752.4478.9566.47
HexEDDC6607397344f42
Octal3553341460771764117102
Binary11101101110111001100110011111100111111010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC66; }

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

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

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

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

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

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

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

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