#E8BDAB

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

Shades of Zinnwaldite #E8BDAB

Tints of Zinnwaldite #E8BDAB

Color information

#E8BDAB (or 0xE8BDAB) is unknown color: approx Zinnwaldite. HEX triplet: E8, BD and AB. RGB value is (232,189,171). Sum of RGB (Red+Green+Blue) = 232+189+171=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAB is #174254. Grayscale: #C7C7C7. Windows color (decimal): -1524309 or 11255272. OLE color: 11255272.

HSL color Cylindrical-coordinate representation of color #E8BDAB: hue angle of 17.7º 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 #E8BDAB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB232189171-
CMYK00.190.260.09
HSL17.7º57.01%79.02%-
HSV(B)17.7º26.29%90.98%-
XYZ58.8356.4946.33-
YUV199.8111.75150.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=39.19%
G=31.93%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218917100.190.260.0917.757.0179.02
HexE8BDAB0131A912394f
Octal35027525302332112271117
Binary111010001011110110101011010011110101001100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDAB; }

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

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

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

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

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

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

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

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