Html Css Color HEX #E0CA5E Golden Sand

📋 copy color: '#E0CA5E'

red 224 ◦ green 202 ◦ blue 94

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

Shades of Golden Sand #E0CA5E

Tints of Golden Sand #E0CA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 43.08%
G = 38.85%
B = 18.08%

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

#E0CA5E (or 0xE0CA5E) is known color: Golden Sand. HEX triplet: E0, CA and 5E. RGB value is (224,202,94). Sum of RGB (Red+Green+Blue) = 224+202+94=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA5E is #1F35A1. Grayscale: #C4C4C4. Windows color (decimal): -2045346 or 6212320. OLE color: 6212320.

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

Color convert

RGB 224 202 94 -
CMYK 0 0.10 0.58 0.12
HSL 49.85º 0.68% 0.62% -
HSV(B) 49.85º 0.58% 0.88% -
XYZ 53.88 58.9 19.12 -
YUV 196.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 224 202 94 0 0.10 0.58 0.12 49.85 0.68 0.62
Hex E0 CA 5E 0 A 3A C 32 44 3E
Octal 340 312 136 0 12 72 14 62 104 76
Binary 11100000 11001010 1011110 0 1010 111010 1100 110010 1000100 111110

Color Harmonies of #E0CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA5E

Black with #E0CA5E

Text Example


Text Example

White with #E0CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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