#E8BDAD

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

Shades of Zinnwaldite #E8BDAD

Tints of Zinnwaldite #E8BDAD

Color information

#E8BDAD (or 0xE8BDAD) is unknown color: approx Zinnwaldite. HEX triplet: E8, BD and AD. RGB value is (232,189,173). Sum of RGB (Red+Green+Blue) = 232+189+173=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAD is #174252. Grayscale: #C8C8C8. Windows color (decimal): -1524307 or 11386344. OLE color: 11386344.

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

Color convert

RGB232189173-
CMYK00.190.250.09
HSL16.27º56.19%79.41%-
HSV(B)16.27º25.43%90.98%-
XYZ59.0256.5747.34-
YUV200.03112.75150.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=39.06%
G=31.82%
B=29.12%

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
Decimal23218917300.190.250.0916.2756.1979.41
HexE8BDAD01319910384f
Octal35027525502331112070117
Binary111010001011110110101101010011110011001100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDAD; }

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

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

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

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

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

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

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

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