#E0CA62

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

Shades of Golden Sand #E0CA62

Tints of Golden Sand #E0CA62

Color information

#E0CA62 (or 0xE0CA62) is unknown color: approx Golden Sand. HEX triplet: E0, CA and 62. RGB value is (224,202,98). Sum of RGB (Red+Green+Blue) = 224+202+98=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA62 is #1F359D. Grayscale: #C5C5C5. Windows color (decimal): -2045342 or 6474464. OLE color: 6474464.

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

Color convert

RGB22420298-
CMYK00.100.560.12
HSL49.52º67.02%63.14%-
HSV(B)49.52º56.25%87.84%-
XYZ54.0758.9720.09-
YUV196.7272.29147.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=42.75%
G=38.55%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242029800.100.560.1249.5267.0263.14
HexE0CA620A38C32433f
Octal34031214201270146210377
Binary111000001100101011000100101011100011001100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA62; }

 p { color: rgb(224,202,98); }

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

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

 a { background-color: rgb(224,202,98); }

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

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

 span { border-color: rgb(224,202,98); }

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