Html Css Color HEX #E2C862 Golden Sand

📋 copy color: '#E2C862'

red 226 ◦ green 200 ◦ blue 98

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

Shades of Golden Sand #E2C862

Tints of Golden Sand #E2C862

RGB

 RED value IS 226 (88.67% from 255) = 43.13%

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

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

R = 43.13%
G = 38.17%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2C862 (or 0xE2C862) is known color: Golden Sand. HEX triplet: E2, C8 and 62. RGB value is (226,200,98). Sum of RGB (Red+Green+Blue) = 226+200+98=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C862 is #1D379D. Grayscale: #C4C4C4. Windows color (decimal): -1914782 or 6473954. OLE color: 6473954.

HSL color Cylindrical-coordinate representation of color #E2C862: hue angle of 47.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2C862 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 200 98 -
CMYK 0 0.12 0.57 0.11
HSL 47.81º 0.69% 0.64% -
HSV(B) 47.81º 0.57% 0.89% -
XYZ 54.22 58.36 19.96 -
YUV 196.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 226 200 98 0 0.12 0.57 0.11 47.81 0.69 0.64
Hex E2 C8 62 0 C 39 B 30 45 40
Octal 342 310 142 0 14 71 13 60 105 100
Binary 11100010 11001000 1100010 0 1100 111001 1011 110000 1000101 1000000

Color Harmonies of #E2C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C862

Black with #E2C862

Text Example


Text Example

White with #E2C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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