#EDAEA4

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

Shades of Shilo #EDAEA4

Tints of Shilo #EDAEA4

Color information

#EDAEA4 (or 0xEDAEA4) is unknown color: approx Shilo. HEX triplet: ED, AE and A4. RGB value is (237,174,164). Sum of RGB (Red+Green+Blue) = 237+174+164=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA4 is #12515B. Grayscale: #BFBFBF. Windows color (decimal): -1200476 or 10792685. OLE color: 10792685.

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

Color convert

RGB237174164-
CMYK00.270.310.07
HSL8.22º66.97%78.63%-
HSV(B)8.22º30.8%92.94%-
XYZ56.7650.9641.97-
YUV191.7112.37160.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=41.22%
G=30.26%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717416400.270.310.078.2266.9778.63
HexEDAEA401B1F78434f
Octal35525624403337710103117
Binary11101101101011101010010001101111111111100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEA4; }

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

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

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

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

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

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

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

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