#EDA590

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

Shades of Tonys Pink #EDA590

Tints of Tonys Pink #EDA590

Color information

#EDA590 (or 0xEDA590) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 90. RGB value is (237,165,144). Sum of RGB (Red+Green+Blue) = 237+165+144=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA590 is #125A6F. Grayscale: #B8B8B8. Windows color (decimal): -1202800 or 9479661. OLE color: 9479661.

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

Color convert

RGB237165144-
CMYK00.300.390.07
HSL13.55º72.09%74.71%-
HSV(B)13.55º39.24%92.94%-
XYZ53.4146.9332.63-
YUV184.13105.35165.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=43.41%
G=30.22%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716514400.300.390.0713.5572.0974.71
HexEDA59001E277e484b
Octal35524522003647716110113
Binary111011011010010110010000011110100111111111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA590; }

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

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

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

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

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

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

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

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