#EECC66

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

Shades of Golden Sand #EECC66

Tints of Golden Sand #EECC66

Color information

#EECC66 (or 0xEECC66) is unknown color: approx Golden Sand. HEX triplet: EE, CC and 66. RGB value is (238,204,102). Sum of RGB (Red+Green+Blue) = 238+204+102=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC66 is #113399. Grayscale: #CACACA. Windows color (decimal): -1127322 or 6737134. OLE color: 6737134.

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

Color convert

RGB238204102-
CMYK00.140.570.07
HSL45º80%66.67%-
HSV(B)45º57.14%93.33%-
XYZ59.2562.3221.48-
YUV202.5471.26153.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 102 (40.23% from 255) = 18.75%
R=43.75%
G=37.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820410200.140.570.07458066.67
HexEECC660E3972d5043
Octal35631414601671755120103
Binary111011101100110011001100111011100111110110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECC66; }

 p { color: rgb(238,204,102); }

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

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

 a { background-color: rgb(238,204,102); }

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

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

 span { border-color: rgb(238,204,102); }

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