Html Css Color HEX #E1A69F Shilo

📋 copy color: '#E1A69F'

red 225 ◦ green 166 ◦ blue 159

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

Shades of Shilo #E1A69F

Tints of Shilo #E1A69F

RGB

 RED value IS 225 (88.28% from 255) = 40.91%

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 159 (62.5% from 255) = 28.91%

R = 40.91%
G = 30.18%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1A69F (or 0xE1A69F) is known color: Shilo. HEX triplet: E1, A6 and 9F. RGB value is (225,166,159). Sum of RGB (Red+Green+Blue) = 225+166+159=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A69F is #1E5960. Grayscale: #B6B6B6. Windows color (decimal): -1988961 or 10462945. OLE color: 10462945.

HSL color Cylindrical-coordinate representation of color #E1A69F: hue angle of 6.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A69F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 166 159 -
CMYK 0 0.26 0.29 0.12
HSL 6.36º 0.52% 0.75% -
HSV(B) 6.36º 0.29% 0.88% -
XYZ 50.95 45.78 38.95 -
YUV 182.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 225 166 159 0 0.26 0.29 0.12 6.36 0.52 0.75
Hex E1 A6 9F 0 1A 1D C 6 34 4B
Octal 341 246 237 0 32 35 14 6 64 113
Binary 11100001 10100110 10011111 0 11010 11101 1100 110 110100 1001011

Color Harmonies of #E1A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A69F

Black with #E1A69F

Text Example


Text Example

White with #E1A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A69F; }

 p { color: rgb(225,166,159); }

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

background-color css

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

 a { background-color: rgb(225,166,159); }

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

border-color css

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

 span { border-color: rgb(225,166,159); }

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