#EBADA8

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

Shades of Shilo #EBADA8

Tints of Shilo #EBADA8

Color information

#EBADA8 (or 0xEBADA8) is unknown color: approx Shilo. HEX triplet: EB, AD and A8. RGB value is (235,173,168). Sum of RGB (Red+Green+Blue) = 235+173+168=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADA8 is #145257. Grayscale: #BFBFBF. Windows color (decimal): -1331800 or 11054571. OLE color: 11054571.

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

Color convert

RGB235173168-
CMYK00.260.290.08
HSL4.48º62.62%79.02%-
HSV(B)4.48º28.51%92.16%-
XYZ56.2750.3843.8-
YUV190.97115.04159.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=40.80%
G=30.03%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517316800.260.290.084.4862.6279.02
HexEBADA801A1D843f4f
Octal3532552500323510477117
Binary1110101110101101101010000110101110110001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADA8; }

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

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

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

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

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

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

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

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