#EDAA8E

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

Shades of Tonys Pink #EDAA8E

Tints of Tonys Pink #EDAA8E

Color information

#EDAA8E (or 0xEDAA8E) is unknown color: approx Tonys Pink. HEX triplet: ED, AA and 8E. RGB value is (237,170,142). Sum of RGB (Red+Green+Blue) = 237+170+142=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8E is #125571. Grayscale: #BBBBBB. Windows color (decimal): -1201522 or 9349869. OLE color: 9349869.

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

Color convert

RGB237170142-
CMYK00.280.400.07
HSL17.68º72.52%74.31%-
HSV(B)17.68º40.08%92.94%-
XYZ54.1848.7132.14-
YUV186.84102.7163.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=43.17%
G=30.97%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717014200.280.400.0717.6872.5274.31
HexEDAA8E01C28712494a
Octal35525221603450722111112
Binary1110110110101010100011100111001010001111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA8E; }

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

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

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

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

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

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

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

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