#EBB0AB

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

Shades of Shilo #EBB0AB

Tints of Shilo #EBB0AB

Color information

#EBB0AB (or 0xEBB0AB) is unknown color: approx Shilo. HEX triplet: EB, B0 and AB. RGB value is (235,176,171). Sum of RGB (Red+Green+Blue) = 235+176+171=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AB is #144F54. Grayscale: #C1C1C1. Windows color (decimal): -1331029 or 11251947. OLE color: 11251947.

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

Color convert

RGB235176171-
CMYK00.250.270.08
HSL4.69º61.54%79.61%-
HSV(B)4.69º27.23%92.16%-
XYZ57.1451.6545.49-
YUV193.07115.55157.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=40.38%
G=30.24%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517617100.250.270.084.6961.5479.61
HexEBB0AB0191B853e50
Octal3532602530313310576120
Binary1110101110110000101010110110011101110001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0AB; }

 p { color: rgb(235,176,171); }

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

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

 a { background-color: rgb(235,176,171); }

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

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

 span { border-color: rgb(235,176,171); }

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