#EDADA2

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

Shades of Shilo #EDADA2

Tints of Shilo #EDADA2

Color information

#EDADA2 (or 0xEDADA2) is unknown color: approx Shilo. HEX triplet: ED, AD and A2. RGB value is (237,173,162). Sum of RGB (Red+Green+Blue) = 237+173+162=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA2 is #12525D. Grayscale: #BEBEBE. Windows color (decimal): -1200734 or 10661357. OLE color: 10661357.

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

Color convert

RGB237173162-
CMYK00.270.320.07
HSL8.8º67.57%78.24%-
HSV(B)8.8º31.65%92.94%-
XYZ56.3950.540.96-
YUV190.88111.7160.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=41.43%
G=30.24%
B=28.32%

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
Decimal23717316200.270.320.078.867.5778.24
HexEDADA201B2079444e
Octal35525524203340711104116
Binary111011011010110110100010011011100000111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA2; }

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

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

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

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

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

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

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

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