Html Css Color HEX #E8BDAA Zinnwaldite

📋 copy color: '#E8BDAA'

red 232 ◦ green 189 ◦ blue 170

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

Shades of Zinnwaldite #E8BDAA

Tints of Zinnwaldite #E8BDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.98%

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

R = 39.26%
G = 31.98%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E8BDAA (or 0xE8BDAA) is known color: Zinnwaldite. HEX triplet: E8, BD and AA. RGB value is (232,189,170). Sum of RGB (Red+Green+Blue) = 232+189+170=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAA is #174255. Grayscale: #C7C7C7. Windows color (decimal): -1524310 or 11189736. OLE color: 11189736.

HSL color Cylindrical-coordinate representation of color #E8BDAA: hue angle of 18.39º degrees, saturation: 0.57, 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 #E8BDAA is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 170 -
CMYK 0 0.19 0.27 0.09
HSL 18.39º 0.57% 0.79% -
HSV(B) 18.39º 0.27% 0.91% -
XYZ 58.73 56.45 45.83 -
YUV 199.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 232 189 170 0 0.19 0.27 0.09 18.39 0.57 0.79
Hex E8 BD AA 0 13 1B 9 12 39 4F
Octal 350 275 252 0 23 33 11 22 71 117
Binary 11101000 10111101 10101010 0 10011 11011 1001 10010 111001 1001111

Color Harmonies of #E8BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDAA

Black with #E8BDAA

Text Example


Text Example

White with #E8BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDAA; }

 p { color: rgb(232,189,170); }

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

background-color css

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

 a { background-color: rgb(232,189,170); }

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

border-color css

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

 span { border-color: rgb(232,189,170); }

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