Html Css Color HEX #E5BAA7 Zinnwaldite

📋 copy color: '#E5BAA7'

red 229 ◦ green 186 ◦ blue 167

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

Shades of Zinnwaldite #E5BAA7

Tints of Zinnwaldite #E5BAA7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

 BLUE value IS 167 (65.63% from 255) = 28.69%

R = 39.35%
G = 31.96%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E5BAA7 (or 0xE5BAA7) is known color: Zinnwaldite. HEX triplet: E5, BA and A7. RGB value is (229,186,167). Sum of RGB (Red+Green+Blue) = 229+186+167=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAA7 is #1A4558. Grayscale: #C4C4C4. Windows color (decimal): -1721689 or 10992357. OLE color: 10992357.

HSL color Cylindrical-coordinate representation of color #E5BAA7: hue angle of 18.39º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BAA7 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 167 -
CMYK 0 0.19 0.27 0.10
HSL 18.39º 0.54% 0.78% -
HSV(B) 18.39º 0.27% 0.9% -
XYZ 56.85 54.57 44.1 -
YUV 196.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 229 186 167 0 0.19 0.27 0.10 18.39 0.54 0.78
Hex E5 BA A7 0 13 1B A 12 36 4E
Octal 345 272 247 0 23 33 12 22 66 116
Binary 11100101 10111010 10100111 0 10011 11011 1010 10010 110110 1001110

Color Harmonies of #E5BAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAA7

Black with #E5BAA7

Text Example


Text Example

White with #E5BAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAA7; }

 p { color: rgb(229,186,167); }

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

background-color css

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

 a { background-color: rgb(229,186,167); }

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

border-color css

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

 span { border-color: rgb(229,186,167); }

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