#EDA79F

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

Shades of Shilo #EDA79F

Tints of Shilo #EDA79F

Color information

#EDA79F (or 0xEDA79F) is unknown color: approx Shilo. HEX triplet: ED, A7 and 9F. RGB value is (237,167,159). Sum of RGB (Red+Green+Blue) = 237+167+159=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79F is #125860. Grayscale: #BBBBBB. Windows color (decimal): -1202273 or 10463213. OLE color: 10463213.

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

Color convert

RGB237167159-
CMYK00.300.330.07
HSL6.15º68.42%77.65%-
HSV(B)6.15º32.91%92.94%-
XYZ5548.1539.19-
YUV187.02112.19163.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=42.10%
G=29.66%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716715900.300.330.076.1568.4277.65
HexEDA79F01E2176444e
Octal3552472370364176104116
Binary11101101101001111001111101111010000111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA79F; }

 p { color: rgb(237,167,159); }

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

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

 a { background-color: rgb(237,167,159); }

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

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

 span { border-color: rgb(237,167,159); }

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