#E8BEAD

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

Shades of Zinnwaldite #E8BEAD

Tints of Zinnwaldite #E8BEAD

Color information

#E8BEAD (or 0xE8BEAD) is unknown color: approx Zinnwaldite. HEX triplet: E8, BE and AD. RGB value is (232,190,173). Sum of RGB (Red+Green+Blue) = 232+190+173=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEAD is #174152. Grayscale: #C8C8C8. Windows color (decimal): -1524051 or 11386600. OLE color: 11386600.

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

Color convert

RGB232190173-
CMYK00.180.250.09
HSL17.29º56.19%79.41%-
HSV(B)17.29º25.43%90.98%-
XYZ59.235747.42-
YUV200.62112.41150.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=38.99%
G=31.93%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219017300.180.250.0917.2956.1979.41
HexE8BEAD01219911384f
Octal35027625502231112170117
Binary111010001011111010101101010010110011001100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BEAD; }

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

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

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

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

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

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

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

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