Html Css Color HEX #E9BFAA Zinnwaldite

📋 copy color: '#E9BFAA'

red 233 ◦ green 191 ◦ blue 170

#E9BFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #E9BFAA

Tints of Zinnwaldite #E9BFAA

RGB

 RED value IS 233 (91.41% from 255) = 39.23%

 GREEN value IS 191 (75% from 255) = 32.15%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 39.23%
G = 32.15%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E9BFAA (or 0xE9BFAA) is known color: Zinnwaldite. HEX triplet: E9, BF and AA. RGB value is (233,191,170). Sum of RGB (Red+Green+Blue) = 233+191+170=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFAA is #164055. Grayscale: #C9C9C9. Windows color (decimal): -1458262 or 11190249. OLE color: 11190249.

HSL color Cylindrical-coordinate representation of color #E9BFAA: hue angle of 20º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9BFAA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 191 170 -
CMYK 0 0.18 0.27 0.09
HSL 20º 0.59% 0.79% -
HSV(B) 20º 0.27% 0.91% -
XYZ 59.49 57.49 45.99 -
YUV 201.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 233 191 170 0 0.18 0.27 0.09 20 0.59 0.79
Hex E9 BF AA 0 12 1B 9 14 3B 4F
Octal 351 277 252 0 22 33 11 24 73 117
Binary 11101001 10111111 10101010 0 10010 11011 1001 10100 111011 1001111

Color Harmonies of #E9BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFAA

Black with #E9BFAA

Text Example


Text Example

White with #E9BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFAA; }

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

 H1.HeaderClassName
 {
   color: #E9BFAA;
 }
 .AnyTagClassName
 {
   color: #E9BFAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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