#EEB2A5

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

Shades of Shilo #EEB2A5

Tints of Shilo #EEB2A5

Color information

#EEB2A5 (or 0xEEB2A5) is unknown color: approx Shilo. HEX triplet: EE, B2 and A5. RGB value is (238,178,165). Sum of RGB (Red+Green+Blue) = 238+178+165=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2A5 is #114D5A. Grayscale: #C2C2C2. Windows color (decimal): -1133915 or 10859246. OLE color: 10859246.

HSL color Cylindrical-coordinate representation of color #EEB2A5: hue angle of 10.68º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEB2A5 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238178165-
CMYK00.250.310.07
HSL10.68º68.22%79.02%-
HSV(B)10.68º30.67%93.33%-
XYZ57.9752.7342.72-
YUV194.46111.38159.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 165 (64.84% from 255) = 28.40%
R=40.96%
G=30.64%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817816500.250.310.0710.6868.2279.02
HexEEB2A50191F7b444f
Octal35626224503137713104117
Binary11101110101100101010010101100111111111101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2A5; }

 p { color: rgb(238,178,165); }

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

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

 a { background-color: rgb(238,178,165); }

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

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

 span { border-color: rgb(238,178,165); }

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