#EDA490

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

Shades of Tonys Pink #EDA490

Tints of Tonys Pink #EDA490

Color information

#EDA490 (or 0xEDA490) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 90. RGB value is (237,164,144). Sum of RGB (Red+Green+Blue) = 237+164+144=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA490 is #125B6F. Grayscale: #B7B7B7. Windows color (decimal): -1203056 or 9479405. OLE color: 9479405.

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

Color convert

RGB237164144-
CMYK00.310.390.07
HSL12.9º72.09%74.71%-
HSV(B)12.9º39.24%92.94%-
XYZ53.2346.5732.57-
YUV183.55105.68166.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=43.49%
G=30.09%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716414400.310.390.0712.972.0974.71
HexEDA49001F277d484b
Octal35524422003747715110113
Binary111011011010010010010000011111100111111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA490; }

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

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

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

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

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

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

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

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