#EDA585

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

Shades of Tonys Pink #EDA585

Tints of Tonys Pink #EDA585

Color information

#EDA585 (or 0xEDA585) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 85. RGB value is (237,165,133). Sum of RGB (Red+Green+Blue) = 237+165+133=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA585 is #125A7A. Grayscale: #B7B7B7. Windows color (decimal): -1202811 or 8758765. OLE color: 8758765.

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

Color convert

RGB237165133-
CMYK00.300.440.07
HSL18.46º74.29%72.55%-
HSV(B)18.46º43.88%92.94%-
XYZ52.6146.6128.41-
YUV182.8899.85166.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=44.30%
G=30.84%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716513300.300.440.0718.4674.2972.55
HexEDA58501E2C7124a49
Octal35524520503654722112111
Binary1110110110100101100001010111101011001111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA585; }

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

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

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

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

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

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

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

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