#E8BFAB

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

Shades of Zinnwaldite #E8BFAB

Tints of Zinnwaldite #E8BFAB

Color information

#E8BFAB (or 0xE8BFAB) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and AB. RGB value is (232,191,171). Sum of RGB (Red+Green+Blue) = 232+191+171=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAB is #174054. Grayscale: #C9C9C9. Windows color (decimal): -1523797 or 11255784. OLE color: 11255784.

HSL color Cylindrical-coordinate representation of color #E8BFAB: hue angle of 19.67º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BFAB is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB232191171-
CMYK00.180.260.09
HSL19.67º57.01%79.02%-
HSV(B)19.67º26.29%90.98%-
XYZ59.2657.3646.48-
YUV200.98111.08150.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=39.06%
G=32.15%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219117100.180.260.0919.6757.0179.02
HexE8BFAB0121A914394f
Octal35027725302232112471117
Binary111010001011111110101011010010110101001101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFAB; }

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

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

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

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

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

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

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

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