Html Css Color HEX #E0C85E Golden Sand

📋 copy color: '#E0C85E'

red 224 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #E0C85E

Tints of Golden Sand #E0C85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

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

R = 43.24%
G = 38.61%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0C85E (or 0xE0C85E) is known color: Golden Sand. HEX triplet: E0, C8 and 5E. RGB value is (224,200,94). Sum of RGB (Red+Green+Blue) = 224+200+94=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C85E is #1F37A1. Grayscale: #C3C3C3. Windows color (decimal): -2045858 or 6211808. OLE color: 6211808.

HSL color Cylindrical-coordinate representation of color #E0C85E: hue angle of 48.92º 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 #E0C85E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 200 94 -
CMYK 0 0.11 0.58 0.12
HSL 48.92º 0.68% 0.62% -
HSV(B) 48.92º 0.58% 0.88% -
XYZ 53.42 57.96 18.96 -
YUV 195.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 224 200 94 0 0.11 0.58 0.12 48.92 0.68 0.62
Hex E0 C8 5E 0 B 3A C 31 44 3E
Octal 340 310 136 0 13 72 14 61 104 76
Binary 11100000 11001000 1011110 0 1011 111010 1100 110001 1000100 111110

Color Harmonies of #E0C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C85E

Black with #E0C85E

Text Example


Text Example

White with #E0C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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