#EDAEA3

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

Shades of Shilo #EDAEA3

Tints of Shilo #EDAEA3

Color information

#EDAEA3 (or 0xEDAEA3) is unknown color: approx Shilo. HEX triplet: ED, AE and A3. RGB value is (237,174,163). Sum of RGB (Red+Green+Blue) = 237+174+163=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA3 is #12515C. Grayscale: #BFBFBF. Windows color (decimal): -1200477 or 10727149. OLE color: 10727149.

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

Color convert

RGB237174163-
CMYK00.270.310.07
HSL8.92º67.27%78.43%-
HSV(B)8.92º31.22%92.94%-
XYZ56.6750.9241.49-
YUV191.58111.87160.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=41.29%
G=30.31%
B=28.40%

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
Decimal23717416300.270.310.078.9267.2778.43
HexEDAEA301B1F79434e
Octal35525624303337711103116
Binary11101101101011101010001101101111111111100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEA3; }

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

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

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

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

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

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

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

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