#EDACA2

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

Shades of Shilo #EDACA2

Tints of Shilo #EDACA2

Color information

#EDACA2 (or 0xEDACA2) is unknown color: approx Shilo. HEX triplet: ED, AC and A2. RGB value is (237,172,162). Sum of RGB (Red+Green+Blue) = 237+172+162=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACA2 is #12535D. Grayscale: #BEBEBE. Windows color (decimal): -1200990 or 10661101. OLE color: 10661101.

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

Color convert

RGB237172162-
CMYK00.270.320.07
HSL67.57%78.24%-
HSV(B)31.65%92.94%-
XYZ56.250.1240.89-
YUV190.3112.03161.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=41.51%
G=30.12%
B=28.37%

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
Decimal23717216200.270.320.07867.5778.24
HexEDACA201B2078444e
Octal35525424203340710104116
Binary111011011010110010100010011011100000111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACA2; }

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

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

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

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

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

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

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

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