#EBB7A8

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

Shades of Shilo #EBB7A8

Tints of Shilo #EBB7A8

Color information

#EBB7A8 (or 0xEBB7A8) is unknown color: approx Shilo. HEX triplet: EB, B7 and A8. RGB value is (235,183,168). Sum of RGB (Red+Green+Blue) = 235+183+168=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7A8 is #144857. Grayscale: #C4C4C4. Windows color (decimal): -1329240 or 11057131. OLE color: 11057131.

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

Color convert

RGB235183168-
CMYK00.220.290.08
HSL13.43º62.62%79.02%-
HSV(B)13.43º28.51%92.16%-
XYZ58.2654.3644.47-
YUV196.84111.73155.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 168 (66.02% from 255) = 28.67%
R=40.10%
G=31.23%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518316800.220.290.0813.4362.6279.02
HexEBB7A80161D8d3f4f
Octal35326725002635101577117
Binary11101011101101111010100001011011101100011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7A8; }

 p { color: rgb(235,183,168); }

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

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

 a { background-color: rgb(235,183,168); }

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

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

 span { border-color: rgb(235,183,168); }

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