#EEBEAA

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

Shades of Zinnwaldite #EEBEAA

Tints of Zinnwaldite #EEBEAA

Color information

#EEBEAA (or 0xEEBEAA) is unknown color: approx Zinnwaldite. HEX triplet: EE, BE and AA. RGB value is (238,190,170). Sum of RGB (Red+Green+Blue) = 238+190+170=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEAA is #114155. Grayscale: #CACACA. Windows color (decimal): -1130838 or 11189998. OLE color: 11189998.

HSL color Cylindrical-coordinate representation of color #EEBEAA: hue angle of 17.65º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEBEAA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238190170-
CMYK00.200.290.07
HSL17.65º66.67%80%-
HSV(B)17.65º28.57%93.33%-
XYZ60.9357.9146-
YUV202.07109.9153.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=39.80%
G=31.77%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819017000.200.290.0717.6566.6780
HexEEBEAA0141D7124350
Octal35627625202435722103120
Binary111011101011111010101010010100111011111001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEAA; }

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

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

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

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

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

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

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

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