#E1CD66

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

Shades of Golden Sand #E1CD66

Tints of Golden Sand #E1CD66

Color information

#E1CD66 (or 0xE1CD66) is unknown color: approx Golden Sand. HEX triplet: E1, CD and 66. RGB value is (225,205,102). Sum of RGB (Red+Green+Blue) = 225+205+102=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD66 is #1E3299. Grayscale: #C7C7C7. Windows color (decimal): -1979034 or 6737377. OLE color: 6737377.

HSL color Cylindrical-coordinate representation of color #E1CD66: hue angle of 50.24º 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 #E1CD66 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225205102-
CMYK00.090.550.12
HSL50.24º67.21%64.12%-
HSV(B)50.24º54.67%88.24%-
XYZ55.2860.6321.36-
YUV199.2473.13146.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 102 (40.23% from 255) = 19.17%
R=42.29%
G=38.53%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520510200.090.550.1250.2467.2164.12
HexE1CD660937C324340
Octal341315146011671462103100
Binary1110000111001101110011001001110111110011001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD66; }

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

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

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

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

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

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

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

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