#EBB8A8

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

Shades of Shilo #EBB8A8

Tints of Shilo #EBB8A8

Color information

#EBB8A8 (or 0xEBB8A8) is unknown color: approx Shilo. HEX triplet: EB, B8 and A8. RGB value is (235,184,168). Sum of RGB (Red+Green+Blue) = 235+184+168=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8A8 is #144757. Grayscale: #C5C5C5. Windows color (decimal): -1328984 or 11057387. OLE color: 11057387.

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

Color convert

RGB235184168-
CMYK00.220.290.08
HSL14.33º62.62%79.02%-
HSV(B)14.33º28.51%92.16%-
XYZ58.4754.7744.54-
YUV197.42111.4154.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 168 (66.02% from 255) = 28.62%
R=40.03%
G=31.35%
B=28.62%

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
Decimal23518416800.220.290.0814.3362.6279.02
HexEBB8A80161D8e3f4f
Octal35327025002635101677117
Binary11101011101110001010100001011011101100011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8A8; }

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

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

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

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

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

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

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

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