#EDA99F

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

Shades of Shilo #EDA99F

Tints of Shilo #EDA99F

Color information

#EDA99F (or 0xEDA99F) is unknown color: approx Shilo. HEX triplet: ED, A9 and 9F. RGB value is (237,169,159). Sum of RGB (Red+Green+Blue) = 237+169+159=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99F is #125660. Grayscale: #BCBCBC. Windows color (decimal): -1201761 or 10463725. OLE color: 10463725.

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

Color convert

RGB237169159-
CMYK00.290.330.07
HSL7.69º68.42%77.65%-
HSV(B)7.69º32.91%92.94%-
XYZ55.3748.8839.32-
YUV188.19111.53162.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 159 (62.5% from 255) = 28.14%
R=41.95%
G=29.91%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716915900.290.330.077.6968.4277.65
HexEDA99F01D2178444e
Octal35525123703541710104116
Binary111011011010100110011111011101100001111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA99F; }

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

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

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

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

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

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

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

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