Html Css Color HEX #E5BEAA Zinnwaldite

📋 copy color: '#E5BEAA'

red 229 ◦ green 190 ◦ blue 170

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

Shades of Zinnwaldite #E5BEAA

Tints of Zinnwaldite #E5BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.26%

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

R = 38.88%
G = 32.26%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5BEAA (or 0xE5BEAA) is known color: Zinnwaldite. HEX triplet: E5, BE and AA. RGB value is (229,190,170). Sum of RGB (Red+Green+Blue) = 229+190+170=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BEAA is #1A4155. Grayscale: #C7C7C7. Windows color (decimal): -1720662 or 11189989. OLE color: 11189989.

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

Color convert

RGB 229 190 170 -
CMYK 0 0.17 0.26 0.10
HSL 20.34º 0.53% 0.78% -
HSV(B) 20.34º 0.26% 0.9% -
XYZ 57.98 56.39 45.86 -
YUV 199.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 229 190 170 0 0.17 0.26 0.10 20.34 0.53 0.78
Hex E5 BE AA 0 11 1A A 14 35 4E
Octal 345 276 252 0 21 32 12 24 65 116
Binary 11100101 10111110 10101010 0 10001 11010 1010 10100 110101 1001110

Color Harmonies of #E5BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BEAA

Black with #E5BEAA

Text Example


Text Example

White with #E5BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BEAA; }

 p { color: rgb(229,190,170); }

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

background-color css

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

 a { background-color: rgb(229,190,170); }

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

border-color css

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

 span { border-color: rgb(229,190,170); }

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