#EDA69E

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

Shades of Shilo #EDA69E

Tints of Shilo #EDA69E

Color information

#EDA69E (or 0xEDA69E) is unknown color: approx Shilo. HEX triplet: ED, A6 and 9E. RGB value is (237,166,158). Sum of RGB (Red+Green+Blue) = 237+166+158=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69E is #125961. Grayscale: #BABABA. Windows color (decimal): -1202530 or 10397421. OLE color: 10397421.

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

Color convert

RGB237166158-
CMYK00.300.330.07
HSL6.08º68.7%77.45%-
HSV(B)6.08º33.33%92.94%-
XYZ54.7347.7538.68-
YUV186.32112.02164.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=42.25%
G=29.59%
B=28.16%

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
Decimal23716615800.300.330.076.0868.777.45
HexEDA69E01E2176454d
Octal3552462360364176105115
Binary11101101101001101001111001111010000111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA69E; }

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

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

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

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

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

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

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

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