Html Css Color HEX #E8BBAE Zinnwaldite

📋 copy color: '#E8BBAE'

red 232 ◦ green 187 ◦ blue 174

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

Shades of Zinnwaldite #E8BBAE

Tints of Zinnwaldite #E8BBAE

RGB

 RED value IS 232 (91.02% from 255) = 39.12%

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

 BLUE value IS 174 (68.36% from 255) = 29.34%

R = 39.12%
G = 31.53%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8BBAE (or 0xE8BBAE) is known color: Zinnwaldite. HEX triplet: E8, BB and AE. RGB value is (232,187,174). Sum of RGB (Red+Green+Blue) = 232+187+174=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BBAE is #174451. Grayscale: #C7C7C7. Windows color (decimal): -1524818 or 11451368. OLE color: 11451368.

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

Color convert

RGB 232 187 174 -
CMYK 0 0.19 0.25 0.09
HSL 13.45º 0.56% 0.8% -
HSV(B) 13.45º 0.25% 0.91% -
XYZ 58.69 55.75 47.71 -
YUV 198.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 232 187 174 0 0.19 0.25 0.09 13.45 0.56 0.8
Hex E8 BB AE 0 13 19 9 D 38 50
Octal 350 273 256 0 23 31 11 15 70 120
Binary 11101000 10111011 10101110 0 10011 11001 1001 1101 111000 1010000

Color Harmonies of #E8BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BBAE

Black with #E8BBAE

Text Example


Text Example

White with #E8BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BBAE; }

 p { color: rgb(232,187,174); }

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

background-color css

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

 a { background-color: rgb(232,187,174); }

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

border-color css

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

 span { border-color: rgb(232,187,174); }

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