#EBB9AB

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

Shades of Shilo #EBB9AB

Tints of Shilo #EBB9AB

Color information

#EBB9AB (or 0xEBB9AB) is unknown color: approx Shilo. HEX triplet: EB, B9 and AB. RGB value is (235,185,171). Sum of RGB (Red+Green+Blue) = 235+185+171=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9AB is #144654. Grayscale: #C6C6C6. Windows color (decimal): -1328725 or 11254251. OLE color: 11254251.

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

Color convert

RGB235185171-
CMYK00.210.270.08
HSL13.13º61.54%79.61%-
HSV(B)13.13º27.23%92.16%-
XYZ58.9655.346.09-
YUV198.35112.56154.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=39.76%
G=31.30%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518517100.210.270.0813.1361.5479.61
HexEBB9AB0151B8d3e50
Octal35327125302533101576120
Binary11101011101110011010101101010111011100011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9AB; }

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

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

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

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

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

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

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

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