#e1cc5f

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

Shades of Golden Sand #E1CC5F

Tints of Golden Sand #E1CC5F

Color information

#E1CC5F (or 0xE1CC5F) is unknown color: approx Golden Sand. HEX triplet: E1, CC and 5F. RGB value is (225,204,95). Sum of RGB (Red+Green+Blue) = 225+204+95=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC5F is #1E33A0. Grayscale: #C6C6C6. Windows color (decimal): -1979297 or 6278369. OLE color: 6278369.

HSL color Cylindrical-coordinate representation of color #E1CC5F: hue angle of 50.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1CC5F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22520495-
CMYK00.090.580.12
HSL50.31º68.42%62.75%-
HSV(B)50.31º57.78%88.24%-
XYZ54.7160.0219.53-
YUV197.8569.96147.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 95 (37.5% from 255) = 18.13%
R=42.94%
G=38.93%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252049500.090.580.1250.3168.4262.75
HexE1CC5F093AC32443f
Octal34131413701172146210477
Binary111000011100110010111110100111101011001100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1cc5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1cc5f; }

 p { color: rgb(225,204,95); }

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

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

 a { background-color: rgb(225,204,95); }

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

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

 span { border-color: rgb(225,204,95); }

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