#EEBFAA

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

Shades of Zinnwaldite #EEBFAA

Tints of Zinnwaldite #EEBFAA

Color information

#EEBFAA (or 0xEEBFAA) is unknown color: approx Zinnwaldite. HEX triplet: EE, BF and AA. RGB value is (238,191,170). Sum of RGB (Red+Green+Blue) = 238+191+170=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAA is #114055. Grayscale: #CACACA. Windows color (decimal): -1130582 or 11190254. OLE color: 11190254.

HSL color Cylindrical-coordinate representation of color #EEBFAA: hue angle of 18.53º 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 #EEBFAA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238191170-
CMYK00.200.290.07
HSL18.53º66.67%80%-
HSV(B)18.53º28.57%93.33%-
XYZ61.1558.3446.07-
YUV202.66109.57153.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=39.73%
G=31.89%
B=28.38%

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
Decimal23819117000.200.290.0718.5366.6780
HexEEBFAA0141D7134350
Octal35627725202435723103120
Binary111011101011111110101010010100111011111001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFAA; }

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

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

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

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

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

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

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

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