Html Css Color HEX #E1C886 Zombie

📋 copy color: '#E1C886'

red 225 ◦ green 200 ◦ blue 134

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

Shades of Zombie #E1C886

Tints of Zombie #E1C886

RGB

 RED value IS 225 (88.28% from 255) = 40.25%

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

 BLUE value IS 134 (52.73% from 255) = 23.97%

R = 40.25%
G = 35.78%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1C886 (or 0xE1C886) is known color: Zombie. HEX triplet: E1, C8 and 86. RGB value is (225,200,134). Sum of RGB (Red+Green+Blue) = 225+200+134=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C886 is #1E3779. Grayscale: #C8C8C8. Windows color (decimal): -1980282 or 8833249. OLE color: 8833249.

HSL color Cylindrical-coordinate representation of color #E1C886: hue angle of 43.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1C886 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 200 134 -
CMYK 0 0.11 0.40 0.12
HSL 43.52º 0.6% 0.7% -
HSV(B) 43.52º 0.4% 0.88% -
XYZ 56.01 59.04 31 -
YUV 199.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 225 200 134 0 0.11 0.40 0.12 43.52 0.6 0.7
Hex E1 C8 86 0 B 28 C 2C 3C 46
Octal 341 310 206 0 13 50 14 54 74 106
Binary 11100001 11001000 10000110 0 1011 101000 1100 101100 111100 1000110

Color Harmonies of #E1C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C886

Black with #E1C886

Text Example


Text Example

White with #E1C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C886; }

 p { color: rgb(225,200,134); }

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

background-color css

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

 a { background-color: rgb(225,200,134); }

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

border-color css

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

 span { border-color: rgb(225,200,134); }

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