#EDACA0

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

Shades of Shilo #EDACA0

Tints of Shilo #EDACA0

Color information

#EDACA0 (or 0xEDACA0) is unknown color: approx Shilo. HEX triplet: ED, AC and A0. RGB value is (237,172,160). Sum of RGB (Red+Green+Blue) = 237+172+160=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA0 is #12535F. Grayscale: #BEBEBE. Windows color (decimal): -1200992 or 10530029. OLE color: 10530029.

HSL color Cylindrical-coordinate representation of color #EDACA0: hue angle of 9.35º 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 #EDACA0 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237172160-
CMYK00.270.320.07
HSL9.35º68.14%77.84%-
HSV(B)9.35º32.49%92.94%-
XYZ56.0250.0539.97-
YUV190.07111.03161.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 160 (62.89% from 255) = 28.12%
R=41.65%
G=30.23%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717216000.270.320.079.3568.1477.84
HexEDACA001B2079444e
Octal35525424003340711104116
Binary111011011010110010100000011011100000111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACA0; }

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

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

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

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

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

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

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

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