Html Css Color HEX #E1C885 Zombie

📋 copy color: '#E1C885'

red 225 ◦ green 200 ◦ blue 133

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

Shades of Zombie #E1C885

Tints of Zombie #E1C885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.84%

R = 40.32%
G = 35.84%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1C885 (or 0xE1C885) is known color: Zombie. HEX triplet: E1, C8 and 85. RGB value is (225,200,133). Sum of RGB (Red+Green+Blue) = 225+200+133=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C885 is #1E377A. Grayscale: #C8C8C8. Windows color (decimal): -1980283 or 8767713. OLE color: 8767713.

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

Color convert

RGB 225 200 133 -
CMYK 0 0.11 0.41 0.12
HSL 43.7º 0.61% 0.7% -
HSV(B) 43.7º 0.41% 0.88% -
XYZ 55.94 59.01 30.63 -
YUV 199.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 225 200 133 0 0.11 0.41 0.12 43.7 0.61 0.7
Hex E1 C8 85 0 B 29 C 2C 3D 46
Octal 341 310 205 0 13 51 14 54 75 106
Binary 11100001 11001000 10000101 0 1011 101001 1100 101100 111101 1000110

Color Harmonies of #E1C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C885

Black with #E1C885

Text Example


Text Example

White with #E1C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C885; }

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

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

background-color css

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

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

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

border-color css

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

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

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