#EDAA90

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

Shades of Tonys Pink #EDAA90

Tints of Tonys Pink #EDAA90

Color information

#EDAA90 (or 0xEDAA90) is unknown color: approx Tonys Pink. HEX triplet: ED, AA and 90. RGB value is (237,170,144). Sum of RGB (Red+Green+Blue) = 237+170+144=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA90 is #12556F. Grayscale: #BBBBBB. Windows color (decimal): -1201520 or 9480941. OLE color: 9480941.

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

Color convert

RGB237170144-
CMYK00.280.390.07
HSL16.77º72.09%74.71%-
HSV(B)16.77º39.24%92.94%-
XYZ54.3348.7732.93-
YUV187.07103.7163.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=43.01%
G=30.85%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717014400.280.390.0716.7772.0974.71
HexEDAA9001C27711484b
Octal35525222003447721110113
Binary1110110110101010100100000111001001111111000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA90; }

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

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

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

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

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

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

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

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