#E1CE66

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

Shades of Golden Sand #E1CE66

Tints of Golden Sand #E1CE66

Color information

#E1CE66 (or 0xE1CE66) is unknown color: approx Golden Sand. HEX triplet: E1, CE and 66. RGB value is (225,206,102). Sum of RGB (Red+Green+Blue) = 225+206+102=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE66 is #1E3199. Grayscale: #C8C8C8. Windows color (decimal): -1978778 or 6737633. OLE color: 6737633.

HSL color Cylindrical-coordinate representation of color #E1CE66: hue angle of 50.73º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1CE66 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225206102-
CMYK00.080.550.12
HSL50.73º67.21%64.12%-
HSV(B)50.73º54.67%88.24%-
XYZ55.5261.1121.44-
YUV199.8272.79145.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=42.21%
G=38.65%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520610200.080.550.1250.7367.2164.12
HexE1CE660837C334340
Octal341316146010671463103100
Binary1110000111001110110011001000110111110011001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE66; }

 p { color: rgb(225,206,102); }

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

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

 a { background-color: rgb(225,206,102); }

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

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

 span { border-color: rgb(225,206,102); }

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