#EDAAA3

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

Shades of Shilo #EDAAA3

Tints of Shilo #EDAAA3

Color information

#EDAAA3 (or 0xEDAAA3) is unknown color: approx Shilo. HEX triplet: ED, AA and A3. RGB value is (237,170,163). Sum of RGB (Red+Green+Blue) = 237+170+163=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA3 is #12555C. Grayscale: #BDBDBD. Windows color (decimal): -1201501 or 10726125. OLE color: 10726125.

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

Color convert

RGB237170163-
CMYK00.280.310.07
HSL5.68º67.27%78.43%-
HSV(B)5.68º31.22%92.94%-
XYZ55.9149.441.24-
YUV189.24113.2162.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=41.58%
G=29.82%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717016300.280.310.075.6867.2778.43
HexEDAAA301C1F76434e
Octal3552522430343776103116
Binary1110110110101010101000110111001111111111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAA3; }

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

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

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

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

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

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

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

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