#EDA69D

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

Shades of Shilo #EDA69D

Tints of Shilo #EDA69D

Color information

#EDA69D (or 0xEDA69D) is unknown color: approx Shilo. HEX triplet: ED, A6 and 9D. RGB value is (237,166,157). Sum of RGB (Red+Green+Blue) = 237+166+157=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69D is #125962. Grayscale: #BABABA. Windows color (decimal): -1202531 or 10331885. OLE color: 10331885.

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

Color convert

RGB237166157-
CMYK00.300.340.07
HSL6.75º68.97%77.25%-
HSV(B)6.75º33.76%92.94%-
XYZ54.6547.7138.23-
YUV186.2111.52164.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=42.32%
G=29.64%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716615700.300.340.076.7568.9777.25
HexEDA69D01E2277454d
Octal3552462350364277105115
Binary11101101101001101001110101111010001011111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA69D; }

 p { color: rgb(237,166,157); }

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

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

 a { background-color: rgb(237,166,157); }

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

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

 span { border-color: rgb(237,166,157); }

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