#E8CA5D

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

Shades of Golden Sand #E8CA5D

Tints of Golden Sand #E8CA5D

Color information

#E8CA5D (or 0xE8CA5D) is unknown color: approx Golden Sand. HEX triplet: E8, CA and 5D. RGB value is (232,202,93). Sum of RGB (Red+Green+Blue) = 232+202+93=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CA5D is #1735A2. Grayscale: #C7C7C7. Windows color (decimal): -1521059 or 6146792. OLE color: 6146792.

HSL color Cylindrical-coordinate representation of color #E8CA5D: hue angle of 47.05º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8CA5D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23220293-
CMYK00.130.600.09
HSL47.05º75.14%63.73%-
HSV(B)47.05º59.91%90.98%-
XYZ56.3860.1919-
YUV198.5468.44151.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=44.02%
G=38.33%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322029300.130.600.0947.0575.1463.73
HexE8CA5D0D3C92f4b40
Octal350312135015741157113100
Binary1110100011001010101110101101111100100110111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CA5D; }

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

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

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

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

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

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

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

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