#EBB9AA

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

Shades of Shilo #EBB9AA

Tints of Shilo #EBB9AA

Color information

#EBB9AA (or 0xEBB9AA) is unknown color: approx Shilo. HEX triplet: EB, B9 and AA. RGB value is (235,185,170). Sum of RGB (Red+Green+Blue) = 235+185+170=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9AA is #144655. Grayscale: #C6C6C6. Windows color (decimal): -1328726 or 11188715. OLE color: 11188715.

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

Color convert

RGB235185170-
CMYK00.210.280.08
HSL13.85º61.9%79.41%-
HSV(B)13.85º27.66%92.16%-
XYZ58.8755.2645.59-
YUV198.24112.06154.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=39.83%
G=31.36%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518517000.210.280.0813.8561.979.41
HexEBB9AA0151C8e3e4f
Octal35327125202534101676117
Binary11101011101110011010101001010111100100011101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9AA; }

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

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

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

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

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

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

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

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