Html Css Color HEX #E1C685 Zombie

📋 copy color: '#E1C685'

red 225 ◦ green 198 ◦ blue 133

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

Shades of Zombie #E1C685

Tints of Zombie #E1C685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.61%

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

R = 40.47%
G = 35.61%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E1C685 (or 0xE1C685) is known color: Zombie. HEX triplet: E1, C6 and 85. RGB value is (225,198,133). Sum of RGB (Red+Green+Blue) = 225+198+133=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C685 is #1E397A. Grayscale: #C6C6C6. Windows color (decimal): -1980795 or 8767201. OLE color: 8767201.

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

Color convert

RGB 225 198 133 -
CMYK 0 0.12 0.41 0.12
HSL 42.39º 0.61% 0.7% -
HSV(B) 42.39º 0.41% 0.88% -
XYZ 55.48 58.09 30.48 -
YUV 198.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 225 198 133 0 0.12 0.41 0.12 42.39 0.61 0.7
Hex E1 C6 85 0 C 29 C 2A 3D 46
Octal 341 306 205 0 14 51 14 52 75 106
Binary 11100001 11000110 10000101 0 1100 101001 1100 101010 111101 1000110

Color Harmonies of #E1C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C685

Black with #E1C685

Text Example


Text Example

White with #E1C685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C685; }

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

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

background-color css

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

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

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

border-color css

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

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

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