#E1C95C

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

Shades of Golden Sand #E1C95C

Tints of Golden Sand #E1C95C

Color information

#E1C95C (or 0xE1C95C) is unknown color: approx Golden Sand. HEX triplet: E1, C9 and 5C. RGB value is (225,201,92). Sum of RGB (Red+Green+Blue) = 225+201+92=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C95C is #1E36A3. Grayscale: #C4C4C4. Windows color (decimal): -1980068 or 6080993. OLE color: 6080993.

HSL color Cylindrical-coordinate representation of color #E1C95C: hue angle of 49.17º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1C95C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22520192-
CMYK00.110.590.12
HSL49.17º68.91%62.16%-
HSV(B)49.17º59.11%88.24%-
XYZ53.8758.5518.59-
YUV195.7569.45148.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=43.44%
G=38.80%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252019200.110.590.1249.1768.9162.16
HexE1C95C0B3BC31453e
Octal34131113401373146110576
Binary111000011100100110111000101111101111001100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C95C; }

 p { color: rgb(225,201,92); }

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

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

 a { background-color: rgb(225,201,92); }

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

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

 span { border-color: rgb(225,201,92); }

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