#E6BEAA

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

Shades of Zinnwaldite #E6BEAA

Tints of Zinnwaldite #E6BEAA

Color information

#E6BEAA (or 0xE6BEAA) is unknown color: approx Zinnwaldite. HEX triplet: E6, BE and AA. RGB value is (230,190,170). Sum of RGB (Red+Green+Blue) = 230+190+170=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BEAA is #194155. Grayscale: #C7C7C7. Windows color (decimal): -1655126 or 11189990. OLE color: 11189990.

HSL color Cylindrical-coordinate representation of color #E6BEAA: hue angle of 20º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BEAA is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230190170-
CMYK00.170.260.10
HSL20º54.55%78.43%-
HSV(B)20º26.09%90.2%-
XYZ58.356.5545.87-
YUV199.68111.25149.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=38.98%
G=32.20%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019017000.170.260.102054.5578.43
HexE6BEAA0111AA14374e
Octal34627625202132122467116
Binary111001101011111010101010010001110101010101001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEAA; }

 p { color: rgb(230,190,170); }

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

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

 a { background-color: rgb(230,190,170); }

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

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

 span { border-color: rgb(230,190,170); }

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