#EBB6AB

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

Shades of Shilo #EBB6AB

Tints of Shilo #EBB6AB

Color information

#EBB6AB (or 0xEBB6AB) is unknown color: approx Shilo. HEX triplet: EB, B6 and AB. RGB value is (235,182,171). Sum of RGB (Red+Green+Blue) = 235+182+171=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AB is #144954. Grayscale: #C4C4C4. Windows color (decimal): -1329493 or 11253483. OLE color: 11253483.

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

Color convert

RGB235182171-
CMYK00.230.270.08
HSL10.31º61.54%79.61%-
HSV(B)10.31º27.23%92.16%-
XYZ58.3454.0645.89-
YUV196.59113.56155.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=39.97%
G=30.95%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518217100.230.270.0810.3161.5479.61
HexEBB6AB0171B8a3e50
Octal35326625302733101276120
Binary11101011101101101010101101011111011100010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6AB; }

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

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

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

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

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

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

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

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