#EBB1AA

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

Shades of Shilo #EBB1AA

Tints of Shilo #EBB1AA

Color information

#EBB1AA (or 0xEBB1AA) is unknown color: approx Shilo. HEX triplet: EB, B1 and AA. RGB value is (235,177,170). Sum of RGB (Red+Green+Blue) = 235+177+170=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AA is #144E55. Grayscale: #C1C1C1. Windows color (decimal): -1330774 or 11186667. OLE color: 11186667.

HSL color Cylindrical-coordinate representation of color #EBB1AA: hue angle of 6.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB1AA is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235177170-
CMYK00.250.280.08
HSL6.46º61.9%79.41%-
HSV(B)6.46º27.66%92.16%-
XYZ57.2452.0145.05-
YUV193.54114.72157.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=40.38%
G=30.41%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517717000.250.280.086.4661.979.41
HexEBB1AA0191C863e4f
Octal3532612520313410676117
Binary1110101110110001101010100110011110010001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1AA; }

 p { color: rgb(235,177,170); }

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

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

 a { background-color: rgb(235,177,170); }

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

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

 span { border-color: rgb(235,177,170); }

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