#EEBEA6

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

Shades of Zinnwaldite #EEBEA6

Tints of Zinnwaldite #EEBEA6

Color information

#EEBEA6 (or 0xEEBEA6) is unknown color: approx Zinnwaldite. HEX triplet: EE, BE and A6. RGB value is (238,190,166). Sum of RGB (Red+Green+Blue) = 238+190+166=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEA6 is #114159. Grayscale: #C9C9C9. Windows color (decimal): -1130842 or 10927854. OLE color: 10927854.

HSL color Cylindrical-coordinate representation of color #EEBEA6: hue angle of 20º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBEA6 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238190166-
CMYK00.200.300.07
HSL20º67.92%79.22%-
HSV(B)20º30.25%93.33%-
XYZ60.5657.7644.03-
YUV201.62107.9153.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=40.07%
G=31.99%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819016600.200.300.072067.9279.22
HexEEBEA60141E714444f
Octal35627624602436724104117
Binary111011101011111010100110010100111101111010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEA6; }

 p { color: rgb(238,190,166); }

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

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

 a { background-color: rgb(238,190,166); }

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

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

 span { border-color: rgb(238,190,166); }

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