Html Css Color HEX #E7BBAA Zinnwaldite

📋 copy color: '#E7BBAA'

red 231 ◦ green 187 ◦ blue 170

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

Shades of Zinnwaldite #E7BBAA

Tints of Zinnwaldite #E7BBAA

RGB

 RED value IS 231 (90.63% from 255) = 39.29%

 GREEN value IS 187 (73.44% from 255) = 31.8%

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

R = 39.29%
G = 31.8%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7BBAA (or 0xE7BBAA) is known color: Zinnwaldite. HEX triplet: E7, BB and AA. RGB value is (231,187,170). Sum of RGB (Red+Green+Blue) = 231+187+170=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBAA is #184455. Grayscale: #C6C6C6. Windows color (decimal): -1590358 or 11189223. OLE color: 11189223.

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

Color convert

RGB 231 187 170 -
CMYK 0 0.19 0.26 0.09
HSL 16.72º 0.56% 0.79% -
HSV(B) 16.72º 0.26% 0.91% -
XYZ 57.98 55.43 45.67 -
YUV 198.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 231 187 170 0 0.19 0.26 0.09 16.72 0.56 0.79
Hex E7 BB AA 0 13 1A 9 11 38 4F
Octal 347 273 252 0 23 32 11 21 70 117
Binary 11100111 10111011 10101010 0 10011 11010 1001 10001 111000 1001111

Color Harmonies of #E7BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BBAA

Black with #E7BBAA

Text Example


Text Example

White with #E7BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BBAA; }

 p { color: rgb(231,187,170); }

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

background-color css

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

 a { background-color: rgb(231,187,170); }

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

border-color css

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

 span { border-color: rgb(231,187,170); }

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