#EBB2AB

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

Shades of Shilo #EBB2AB

Tints of Shilo #EBB2AB

Color information

#EBB2AB (or 0xEBB2AB) is unknown color: approx Shilo. HEX triplet: EB, B2 and AB. RGB value is (235,178,171). Sum of RGB (Red+Green+Blue) = 235+178+171=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2AB is #144D54. Grayscale: #C2C2C2. Windows color (decimal): -1330517 or 11252459. OLE color: 11252459.

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

Color convert

RGB235178171-
CMYK00.240.270.08
HSL6.56º61.54%79.61%-
HSV(B)6.56º27.23%92.16%-
XYZ57.5352.4445.62-
YUV194.24114.88157.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 178 (69.92% from 255) = 30.48%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=40.24%
G=30.48%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517817100.240.270.086.5661.5479.61
HexEBB2AB0181B873e50
Octal3532622530303310776120
Binary1110101110110010101010110110001101110001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2AB; }

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

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

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

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

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

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

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

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