Html Css Color HEX #E0CA5F Golden Sand

📋 copy color: '#E0CA5F'

red 224 ◦ green 202 ◦ blue 95

#E0CA5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #E0CA5F

Tints of Golden Sand #E0CA5F

RGB

 RED value IS 224 (87.89% from 255) = 42.99%

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 42.99%
G = 38.77%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0CA5F (or 0xE0CA5F) is known color: Golden Sand. HEX triplet: E0, CA and 5F. RGB value is (224,202,95). Sum of RGB (Red+Green+Blue) = 224+202+95=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA5F is #1F35A0. Grayscale: #C4C4C4. Windows color (decimal): -2045345 or 6277856. OLE color: 6277856.

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

Color convert

RGB 224 202 95 -
CMYK 0 0.10 0.58 0.12
HSL 49.77º 0.68% 0.63% -
HSV(B) 49.77º 0.58% 0.88% -
XYZ 53.93 58.91 19.36 -
YUV 196.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 224 202 95 0 0.10 0.58 0.12 49.77 0.68 0.63
Hex E0 CA 5F 0 A 3A C 32 44 3F
Octal 340 312 137 0 12 72 14 62 104 77
Binary 11100000 11001010 1011111 0 1010 111010 1100 110010 1000100 111111

Color Harmonies of #E0CA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA5F

Black with #E0CA5F

Text Example


Text Example

White with #E0CA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA5F; }

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

 H1.HeaderClassName
 {
   color: #E0CA5F;
 }
 .AnyTagClassName
 {
   color: #E0CA5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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