Html Css Color HEX #E5BBAC Zinnwaldite

📋 copy color: '#E5BBAC'

red 229 ◦ green 187 ◦ blue 172

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

Shades of Zinnwaldite #E5BBAC

Tints of Zinnwaldite #E5BBAC

RGB

 RED value IS 229 (89.84% from 255) = 38.95%

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

 BLUE value IS 172 (67.58% from 255) = 29.25%

R = 38.95%
G = 31.8%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E5BBAC (or 0xE5BBAC) is known color: Zinnwaldite. HEX triplet: E5, BB and AC. RGB value is (229,187,172). Sum of RGB (Red+Green+Blue) = 229+187+172=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBAC is #1A4453. Grayscale: #C5C5C5. Windows color (decimal): -1721428 or 11320293. OLE color: 11320293.

HSL color Cylindrical-coordinate representation of color #E5BBAC: hue angle of 15.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BBAC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 187 172 -
CMYK 0 0.18 0.25 0.10
HSL 15.79º 0.52% 0.79% -
HSV(B) 15.79º 0.25% 0.9% -
XYZ 57.53 55.18 46.65 -
YUV 197.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 229 187 172 0 0.18 0.25 0.10 15.79 0.52 0.79
Hex E5 BB AC 0 12 19 A 10 34 4F
Octal 345 273 254 0 22 31 12 20 64 117
Binary 11100101 10111011 10101100 0 10010 11001 1010 10000 110100 1001111

Color Harmonies of #E5BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BBAC

Black with #E5BBAC

Text Example


Text Example

White with #E5BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BBAC; }

 p { color: rgb(229,187,172); }

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

background-color css

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

 a { background-color: rgb(229,187,172); }

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

border-color css

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

 span { border-color: rgb(229,187,172); }

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