#E8BCAF

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

Shades of Zinnwaldite #E8BCAF

Tints of Zinnwaldite #E8BCAF

Color information

#E8BCAF (or 0xE8BCAF) is unknown color: approx Zinnwaldite. HEX triplet: E8, BC and AF. RGB value is (232,188,175). Sum of RGB (Red+Green+Blue) = 232+188+175=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCAF is #174350. Grayscale: #C7C7C7. Windows color (decimal): -1524561 or 11517160. OLE color: 11517160.

HSL color Cylindrical-coordinate representation of color #E8BCAF: hue angle of 13.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BCAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232188175-
CMYK00.190.250.09
HSL13.68º55.34%79.8%-
HSV(B)13.68º24.57%90.98%-
XYZ5956.2248.3-
YUV199.67114.08151.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=38.99%
G=31.60%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218817500.190.250.0913.6855.3479.8
HexE8BCAF013199e3750
Octal35027425702331111667120
Binary11101000101111001010111101001111001100111101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCAF; }

 p { color: rgb(232,188,175); }

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

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

 a { background-color: rgb(232,188,175); }

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

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

 span { border-color: rgb(232,188,175); }

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