Html Css Color HEX #E0C862 Golden Sand

📋 copy color: '#E0C862'

red 224 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #E0C862

Tints of Golden Sand #E0C862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.77%

R = 42.91%
G = 38.31%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E0C862 (or 0xE0C862) is known color: Golden Sand. HEX triplet: E0, C8 and 62. RGB value is (224,200,98). Sum of RGB (Red+Green+Blue) = 224+200+98=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C862 is #1F379D. Grayscale: #C3C3C3. Windows color (decimal): -2045854 or 6473952. OLE color: 6473952.

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

Color convert

RGB 224 200 98 -
CMYK 0 0.11 0.56 0.12
HSL 48.57º 0.67% 0.63% -
HSV(B) 48.57º 0.56% 0.88% -
XYZ 53.6 58.04 19.93 -
YUV 195.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 224 200 98 0 0.11 0.56 0.12 48.57 0.67 0.63
Hex E0 C8 62 0 B 38 C 31 43 3F
Octal 340 310 142 0 13 70 14 61 103 77
Binary 11100000 11001000 1100010 0 1011 111000 1100 110001 1000011 111111

Color Harmonies of #E0C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C862

Black with #E0C862

Text Example


Text Example

White with #E0C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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