#EBADA5

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

Shades of Shilo #EBADA5

Tints of Shilo #EBADA5

Color information

#EBADA5 (or 0xEBADA5) is unknown color: approx Shilo. HEX triplet: EB, AD and A5. RGB value is (235,173,165). Sum of RGB (Red+Green+Blue) = 235+173+165=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADA5 is #14525A. Grayscale: #BEBEBE. Windows color (decimal): -1331803 or 10857963. OLE color: 10857963.

HSL color Cylindrical-coordinate representation of color #EBADA5: hue angle of 6.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBADA5 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235173165-
CMYK00.260.300.08
HSL6.86º63.64%78.43%-
HSV(B)6.86º29.79%92.16%-
XYZ5650.2742.35-
YUV190.63113.54159.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=41.01%
G=30.19%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517316500.260.300.086.8663.6478.43
HexEBADA501A1E87404e
Octal35325524503236107100116
Binary11101011101011011010010101101011110100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADA5; }

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

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

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

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

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

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

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

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