Html Css Color HEX #E5BAAA Shilo

📋 copy color: '#E5BAAA'

red 229 ◦ green 186 ◦ blue 170

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

Shades of Shilo #E5BAAA

Tints of Shilo #E5BAAA

RGB

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

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

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

R = 39.15%
G = 31.79%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5BAAA (or 0xE5BAAA) is known color: Shilo. HEX triplet: E5, BA and AA. RGB value is (229,186,170). Sum of RGB (Red+Green+Blue) = 229+186+170=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAAA is #1A4555. Grayscale: #C5C5C5. Windows color (decimal): -1721686 or 11188965. OLE color: 11188965.

HSL color Cylindrical-coordinate representation of color #E5BAAA: hue angle of 16.27º 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 #E5BAAA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 170 -
CMYK 0 0.19 0.26 0.10
HSL 16.27º 0.53% 0.78% -
HSV(B) 16.27º 0.26% 0.9% -
XYZ 57.13 54.68 45.57 -
YUV 197.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 229 186 170 0 0.19 0.26 0.10 16.27 0.53 0.78
Hex E5 BA AA 0 13 1A A 10 35 4E
Octal 345 272 252 0 23 32 12 20 65 116
Binary 11100101 10111010 10101010 0 10011 11010 1010 10000 110101 1001110

Color Harmonies of #E5BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAAA

Black with #E5BAAA

Text Example


Text Example

White with #E5BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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