#EDA09C

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

Shades of Sweet Pink #EDA09C

Tints of Sweet Pink #EDA09C

Color information

#EDA09C (or 0xEDA09C) is unknown color: approx Sweet Pink. HEX triplet: ED, A0 and 9C. RGB value is (237,160,156). Sum of RGB (Red+Green+Blue) = 237+160+156=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09C is #125F63. Grayscale: #B6B6B6. Windows color (decimal): -1204068 or 10264813. OLE color: 10264813.

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

Color convert

RGB237160156-
CMYK00.320.340.07
HSL2.96º69.23%77.06%-
HSV(B)2.96º34.18%92.94%-
XYZ53.545.5537.42-
YUV182.57113.01166.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=42.86%
G=28.93%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716015600.320.340.072.9669.2377.06
HexEDA09C0202273454d
Octal3552402340404273105115
Binary11101101101000001001110001000001000101111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA09C; }

 p { color: rgb(237,160,156); }

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

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

 a { background-color: rgb(237,160,156); }

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

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

 span { border-color: rgb(237,160,156); }

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