Html Css Color HEX #EEABA0 Shilo

📋 copy color: '#EEABA0'

red 238 ◦ green 171 ◦ blue 160

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

Shades of Shilo #EEABA0

Tints of Shilo #EEABA0

RGB

 RED value IS 238 (93.36% from 255) = 41.83%

 GREEN value IS 171 (67.19% from 255) = 30.05%

 BLUE value IS 160 (62.89% from 255) = 28.12%

R = 41.83%
G = 30.05%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEABA0 (or 0xEEABA0) is known color: Shilo. HEX triplet: EE, AB and A0. RGB value is (238,171,160). Sum of RGB (Red+Green+Blue) = 238+171+160=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABA0 is #11545F. Grayscale: #BDBDBD. Windows color (decimal): -1135712 or 10529774. OLE color: 10529774.

HSL color Cylindrical-coordinate representation of color #EEABA0: hue angle of 8.46º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEABA0 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 171 160 -
CMYK 0 0.28 0.33 0.07
HSL 8.46º 0.7% 0.78% -
HSV(B) 8.46º 0.33% 0.93% -
XYZ 56.17 49.84 39.92 -
YUV 189.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 238 171 160 0 0.28 0.33 0.07 8.46 0.7 0.78
Hex EE AB A0 0 1C 21 7 8 46 4E
Octal 356 253 240 0 34 41 7 10 106 116
Binary 11101110 10101011 10100000 0 11100 100001 111 1000 1000110 1001110

Color Harmonies of #EEABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEABA0

Black with #EEABA0

Text Example


Text Example

White with #EEABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEABA0; }

 p { color: rgb(238,171,160); }

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

background-color css

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

 a { background-color: rgb(238,171,160); }

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

border-color css

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

 span { border-color: rgb(238,171,160); }

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