#EEADA1

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

Shades of Shilo #EEADA1

Tints of Shilo #EEADA1

Color information

#EEADA1 (or 0xEEADA1) is unknown color: approx Shilo. HEX triplet: EE, AD and A1. RGB value is (238,173,161). Sum of RGB (Red+Green+Blue) = 238+173+161=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADA1 is #11525E. Grayscale: #BFBFBF. Windows color (decimal): -1135199 or 10595822. OLE color: 10595822.

HSL color Cylindrical-coordinate representation of color #EEADA1: hue angle of 9.35º 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 #EEADA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238173161-
CMYK00.270.320.07
HSL9.35º69.37%78.24%-
HSV(B)9.35º32.35%93.33%-
XYZ56.6450.6440.51-
YUV191.07111.03161.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 161 (63.28% from 255) = 28.15%
R=41.61%
G=30.24%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817316100.270.320.079.3569.3778.24
HexEEADA101B2079454e
Octal35625524103340711105116
Binary111011101010110110100001011011100000111100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADA1; }

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

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

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

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

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

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

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

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