#EDAEA6

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

Shades of Shilo #EDAEA6

Tints of Shilo #EDAEA6

Color information

#EDAEA6 (or 0xEDAEA6) is unknown color: approx Shilo. HEX triplet: ED, AE and A6. RGB value is (237,174,166). Sum of RGB (Red+Green+Blue) = 237+174+166=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA6 is #125159. Grayscale: #C0C0C0. Windows color (decimal): -1200474 or 10923757. OLE color: 10923757.

HSL color Cylindrical-coordinate representation of color #EDAEA6: hue angle of 6.76º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDAEA6 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237174166-
CMYK00.270.300.07
HSL6.76º66.36%79.02%-
HSV(B)6.76º29.96%92.94%-
XYZ56.9451.0342.92-
YUV191.92113.37160.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=41.07%
G=30.16%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717416600.270.300.076.7666.3679.02
HexEDAEA601B1E77424f
Octal3552562460333677102117
Binary1110110110101110101001100110111111011111110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEA6; }

 p { color: rgb(237,174,166); }

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

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

 a { background-color: rgb(237,174,166); }

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

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

 span { border-color: rgb(237,174,166); }

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