#E5BFAB

Color #E5BFAB Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #E5BFAB

Tints of Zinnwaldite #E5BFAB

Color information

#E5BFAB (or 0xE5BFAB) is unknown color: approx Zinnwaldite. HEX triplet: E5, BF and AB. RGB value is (229,191,171). Sum of RGB (Red+Green+Blue) = 229+191+171=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFAB is #1A4054. Grayscale: #C8C8C8. Windows color (decimal): -1720405 or 11255781. OLE color: 11255781.

HSL color Cylindrical-coordinate representation of color #E5BFAB: hue angle of 20.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BFAB is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229191171-
CMYK00.170.250.10
HSL20.69º52.73%78.43%-
HSV(B)20.69º25.33%89.8%-
XYZ58.2956.8646.43-
YUV200.08111.59148.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=38.75%
G=32.32%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919117100.170.250.1020.6952.7378.43
HexE5BFAB01119A15354e
Octal34527725302131122565116
Binary111001011011111110101011010001110011010101011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFAB; }

 p { color: rgb(229,191,171); }

 H1.HeaderClassName
 {
   color: #E5BFAB;
 }
 .AnyTagClassName
 {
   color: #E5BFAB;
 }
</style>
background-color css

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

 a { background-color: rgb(229,191,171); }

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

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

 span { border-color: rgb(229,191,171); }

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