#E1CA5D

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

Shades of Golden Sand #E1CA5D

Tints of Golden Sand #E1CA5D

Color information

#E1CA5D (or 0xE1CA5D) is unknown color: approx Golden Sand. HEX triplet: E1, CA and 5D. RGB value is (225,202,93). Sum of RGB (Red+Green+Blue) = 225+202+93=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA5D is #1E35A2. Grayscale: #C4C4C4. Windows color (decimal): -1979811 or 6146785. OLE color: 6146785.

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

Color convert

RGB22520293-
CMYK00.100.590.12
HSL49.55º68.75%62.35%-
HSV(B)49.55º58.67%88.24%-
XYZ54.1559.0418.9-
YUV196.4569.62148.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=43.27%
G=38.85%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252029300.100.590.1249.5568.7562.35
HexE1CA5D0A3BC32453e
Octal34131213501273146210576
Binary111000011100101010111010101011101111001100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA5D; }

 p { color: rgb(225,202,93); }

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

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

 a { background-color: rgb(225,202,93); }

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

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

 span { border-color: rgb(225,202,93); }

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