#EDA580

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

Shades of Tonys Pink #EDA580

Tints of Tonys Pink #EDA580

Color information

#EDA580 (or 0xEDA580) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 80. RGB value is (237,165,128). Sum of RGB (Red+Green+Blue) = 237+165+128=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA580 is #125A7F. Grayscale: #B6B6B6. Windows color (decimal): -1202816 or 8431085. OLE color: 8431085.

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

Color convert

RGB237165128-
CMYK00.300.460.07
HSL20.37º75.17%71.57%-
HSV(B)20.37º45.99%92.94%-
XYZ52.2846.4726.64-
YUV182.3197.35167.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=44.72%
G=31.13%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716512800.300.460.0720.3775.1771.57
HexEDA58001E2E7144b48
Octal35524520003656724113110
Binary1110110110100101100000000111101011101111010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA580; }

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

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

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

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

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

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

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

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