#EDA582

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

Shades of Tonys Pink #EDA582

Tints of Tonys Pink #EDA582

Color information

#EDA582 (or 0xEDA582) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 82. RGB value is (237,165,130). Sum of RGB (Red+Green+Blue) = 237+165+130=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA582 is #125A7D. Grayscale: #B6B6B6. Windows color (decimal): -1202814 or 8562157. OLE color: 8562157.

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

Color convert

RGB237165130-
CMYK00.300.450.07
HSL19.63º74.83%71.96%-
HSV(B)19.63º45.15%92.94%-
XYZ52.4146.5327.34-
YUV182.5498.35166.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=44.55%
G=31.02%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716513000.300.450.0719.6374.8371.96
HexEDA58201E2D7144b48
Octal35524520203655724113110
Binary1110110110100101100000100111101011011111010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA582; }

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

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

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

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

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

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

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

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