#EBADA1

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

Shades of Shilo #EBADA1

Tints of Shilo #EBADA1

Color information

#EBADA1 (or 0xEBADA1) is unknown color: approx Shilo. HEX triplet: EB, AD and A1. RGB value is (235,173,161). Sum of RGB (Red+Green+Blue) = 235+173+161=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADA1 is #14525E. Grayscale: #BEBEBE. Windows color (decimal): -1331807 or 10595819. OLE color: 10595819.

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

Color convert

RGB235173161-
CMYK00.260.310.08
HSL9.73º64.91%77.65%-
HSV(B)9.73º31.49%92.16%-
XYZ55.6450.1240.46-
YUV190.17111.54159.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=41.30%
G=30.40%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517316100.260.310.089.7364.9177.65
HexEBADA101A1F8a414e
Octal353255241032371012101116
Binary111010111010110110100001011010111111000101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADA1; }

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

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

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

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

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

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

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

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