#EDA080

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

Shades of Tonys Pink #EDA080

Tints of Tonys Pink #EDA080

Color information

#EDA080 (or 0xEDA080) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 80. RGB value is (237,160,128). Sum of RGB (Red+Green+Blue) = 237+160+128=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA080 is #125F7F. Grayscale: #B3B3B3. Windows color (decimal): -1204096 or 8429805. OLE color: 8429805.

HSL color Cylindrical-coordinate representation of color #EDA080: hue angle of 17.61º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA080 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237160128-
CMYK00.320.460.07
HSL17.61º75.17%71.57%-
HSV(B)17.61º45.99%92.94%-
XYZ51.3944.726.34-
YUV179.3899.01169.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=45.14%
G=30.48%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716012800.320.460.0717.6175.1771.57
HexEDA0800202E7124b48
Octal35524020004056722113110
Binary11101101101000001000000001000001011101111001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA080; }

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

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

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

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

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

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

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

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