#E2CA5D

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

Shades of Golden Sand #E2CA5D

Tints of Golden Sand #E2CA5D

Color information

#E2CA5D (or 0xE2CA5D) is unknown color: approx Golden Sand. HEX triplet: E2, CA and 5D. RGB value is (226,202,93). Sum of RGB (Red+Green+Blue) = 226+202+93=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA5D is #1D35A2. Grayscale: #C5C5C5. Windows color (decimal): -1914275 or 6146786. OLE color: 6146786.

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

Color convert

RGB22620293-
CMYK00.110.590.11
HSL49.17º69.63%62.55%-
HSV(B)49.17º58.85%88.63%-
XYZ54.4659.218.91-
YUV196.7569.45148.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=43.38%
G=38.77%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262029300.110.590.1149.1769.6362.55
HexE2CA5D0B3BB31463f
Octal34231213501373136110677
Binary111000101100101010111010101111101110111100011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA5D; }

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

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

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

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

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

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

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

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