Html Css Color HEX #E2A59E Shilo

📋 copy color: '#E2A59E'

red 226 ◦ green 165 ◦ blue 158

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

Shades of Shilo #E2A59E

Tints of Shilo #E2A59E

RGB

 RED value IS 226 (88.67% from 255) = 41.17%

 GREEN value IS 165 (64.84% from 255) = 30.05%

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 41.17%
G = 30.05%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2A59E (or 0xE2A59E) is known color: Shilo. HEX triplet: E2, A5 and 9E. RGB value is (226,165,158). Sum of RGB (Red+Green+Blue) = 226+165+158=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A59E is #1D5A61. Grayscale: #B6B6B6. Windows color (decimal): -1923682 or 10397154. OLE color: 10397154.

HSL color Cylindrical-coordinate representation of color #E2A59E: hue angle of 6.18º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A59E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 158 -
CMYK 0 0.27 0.30 0.11
HSL 6.18º 0.54% 0.75% -
HSV(B) 6.18º 0.3% 0.89% -
XYZ 50.99 45.55 38.45 -
YUV 182.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 226 165 158 0 0.27 0.30 0.11 6.18 0.54 0.75
Hex E2 A5 9E 0 1B 1E B 6 36 4B
Octal 342 245 236 0 33 36 13 6 66 113
Binary 11100010 10100101 10011110 0 11011 11110 1011 110 110110 1001011

Color Harmonies of #E2A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A59E

Black with #E2A59E

Text Example


Text Example

White with #E2A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A59E; }

 p { color: rgb(226,165,158); }

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

background-color css

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

 a { background-color: rgb(226,165,158); }

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

border-color css

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

 span { border-color: rgb(226,165,158); }

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