#EEABA1

Color #EEABA1 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #EEABA1

Tints of Shilo #EEABA1

Color information

#EEABA1 (or 0xEEABA1) is unknown color: approx Shilo. HEX triplet: EE, AB and A1. RGB value is (238,171,161). Sum of RGB (Red+Green+Blue) = 238+171+161=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABA1 is #11545E. Grayscale: #BEBEBE. Windows color (decimal): -1135711 or 10595310. OLE color: 10595310.

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

Color convert

RGB238171161-
CMYK00.280.320.07
HSL7.79º69.37%78.24%-
HSV(B)7.79º32.35%93.33%-
XYZ56.2649.8840.38-
YUV189.89111.7162.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=41.75%
G=30%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817116100.280.320.077.7969.3778.24
HexEEABA101C2078454e
Octal35625324103440710105116
Binary111011101010101110100001011100100000111100010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABA1; }

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

 H1.HeaderClassName
 {
   color: #EEABA1;
 }
 .AnyTagClassName
 {
   color: #EEABA1;
 }
</style>
background-color css

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

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

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

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

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

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