#EBB8AB

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

Shades of Shilo #EBB8AB

Tints of Shilo #EBB8AB

Color information

#EBB8AB (or 0xEBB8AB) is unknown color: approx Shilo. HEX triplet: EB, B8 and AB. RGB value is (235,184,171). Sum of RGB (Red+Green+Blue) = 235+184+171=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8AB is #144754. Grayscale: #C5C5C5. Windows color (decimal): -1328981 or 11253995. OLE color: 11253995.

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

Color convert

RGB235184171-
CMYK00.220.270.08
HSL12.19º61.54%79.61%-
HSV(B)12.19º27.23%92.16%-
XYZ58.7554.8846.03-
YUV197.77112.9154.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=39.83%
G=31.19%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518417100.220.270.0812.1961.5479.61
HexEBB8AB0161B8c3e50
Octal35327025302633101476120
Binary11101011101110001010101101011011011100011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8AB; }

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

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

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

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

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

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

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

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