Html Css Color HEX #E5B1AA Shilo

📋 copy color: '#E5B1AA'

red 229 ◦ green 177 ◦ blue 170

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

Shades of Shilo #E5B1AA

Tints of Shilo #E5B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.73%

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

R = 39.76%
G = 30.73%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5B1AA (or 0xE5B1AA) is known color: Shilo. HEX triplet: E5, B1 and AA. RGB value is (229,177,170). Sum of RGB (Red+Green+Blue) = 229+177+170=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B1AA is #1A4E55. Grayscale: #BFBFBF. Windows color (decimal): -1723990 or 11186661. OLE color: 11186661.

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

Color convert

RGB 229 177 170 -
CMYK 0 0.23 0.26 0.10
HSL 7.12º 0.53% 0.78% -
HSV(B) 7.12º 0.26% 0.9% -
XYZ 55.29 51 44.96 -
YUV 191.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 229 177 170 0 0.23 0.26 0.10 7.12 0.53 0.78
Hex E5 B1 AA 0 17 1A A 7 35 4E
Octal 345 261 252 0 27 32 12 7 65 116
Binary 11100101 10110001 10101010 0 10111 11010 1010 111 110101 1001110

Color Harmonies of #E5B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B1AA

Black with #E5B1AA

Text Example


Text Example

White with #E5B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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