#EDABA0

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

Shades of Shilo #EDABA0

Tints of Shilo #EDABA0

Color information

#EDABA0 (or 0xEDABA0) is unknown color: approx Shilo. HEX triplet: ED, AB and A0. RGB value is (237,171,160). Sum of RGB (Red+Green+Blue) = 237+171+160=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA0 is #12545F. Grayscale: #BDBDBD. Windows color (decimal): -1201248 or 10529773. OLE color: 10529773.

HSL color Cylindrical-coordinate representation of color #EDABA0: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDABA0 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237171160-
CMYK00.280.320.07
HSL8.57º68.14%77.84%-
HSV(B)8.57º32.49%92.94%-
XYZ55.8349.6739.9-
YUV189.48111.37161.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=41.73%
G=30.11%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717116000.280.320.078.5768.1477.84
HexEDABA001C2079444e
Octal35525324003440711104116
Binary111011011010101110100000011100100000111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABA0; }

 p { color: rgb(237,171,160); }

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

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

 a { background-color: rgb(237,171,160); }

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

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

 span { border-color: rgb(237,171,160); }

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