Html Css Color HEX #E5B0A2 Shilo

📋 copy color: '#E5B0A2'

red 229 ◦ green 176 ◦ blue 162

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

Shades of Shilo #E5B0A2

Tints of Shilo #E5B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.04%

 BLUE value IS 162 (63.67% from 255) = 28.57%

R = 40.39%
G = 31.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E5B0A2 (or 0xE5B0A2) is known color: Shilo. HEX triplet: E5, B0 and A2. RGB value is (229,176,162). Sum of RGB (Red+Green+Blue) = 229+176+162=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B0A2 is #1A4F5D. Grayscale: #BEBEBE. Windows color (decimal): -1724254 or 10662117. OLE color: 10662117.

HSL color Cylindrical-coordinate representation of color #E5B0A2: hue angle of 12.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5B0A2 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 176 162 -
CMYK 0 0.23 0.29 0.10
HSL 12.54º 0.56% 0.77% -
HSV(B) 12.54º 0.29% 0.9% -
XYZ 54.36 50.32 41.03 -
YUV 190.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 229 176 162 0 0.23 0.29 0.10 12.54 0.56 0.77
Hex E5 B0 A2 0 17 1D A D 38 4D
Octal 345 260 242 0 27 35 12 15 70 115
Binary 11100101 10110000 10100010 0 10111 11101 1010 1101 111000 1001101

Color Harmonies of #E5B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B0A2

Black with #E5B0A2

Text Example


Text Example

White with #E5B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B0A2; }

 p { color: rgb(229,176,162); }

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

background-color css

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

 a { background-color: rgb(229,176,162); }

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

border-color css

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

 span { border-color: rgb(229,176,162); }

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