#E5CC66

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

Shades of Golden Sand #E5CC66

Tints of Golden Sand #E5CC66

Color information

#E5CC66 (or 0xE5CC66) is unknown color: approx Golden Sand. HEX triplet: E5, CC and 66. RGB value is (229,204,102). Sum of RGB (Red+Green+Blue) = 229+204+102=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC66 is #1A3399. Grayscale: #C8C8C8. Windows color (decimal): -1717146 or 6737125. OLE color: 6737125.

HSL color Cylindrical-coordinate representation of color #E5CC66: hue angle of 48.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5CC66 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB229204102-
CMYK00.110.550.10
HSL48.19º70.95%64.9%-
HSV(B)48.19º55.46%89.8%-
XYZ56.360.821.34-
YUV199.8572.78148.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 102 (40.23% from 255) = 19.07%
R=42.80%
G=38.13%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920410200.110.550.1048.1970.9564.9
HexE5CC660B37A304741
Octal345314146013671260107101
Binary1110010111001100110011001011110111101011000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CC66; }

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

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

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

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

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

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

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

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