#EDAA8D

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

Shades of Tonys Pink #EDAA8D

Tints of Tonys Pink #EDAA8D

Color information

#EDAA8D (or 0xEDAA8D) is unknown color: approx Tonys Pink. HEX triplet: ED, AA and 8D. RGB value is (237,170,141). Sum of RGB (Red+Green+Blue) = 237+170+141=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8D is #125572. Grayscale: #BABABA. Windows color (decimal): -1201523 or 9284333. OLE color: 9284333.

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

Color convert

RGB237170141-
CMYK00.280.410.07
HSL18.13º72.73%74.12%-
HSV(B)18.13º40.51%92.94%-
XYZ54.1148.6831.74-
YUV186.73102.2163.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=43.25%
G=31.02%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717014100.280.410.0718.1372.7374.12
HexEDAA8D01C29712494a
Octal35525221503451722111112
Binary1110110110101010100011010111001010011111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA8D; }

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

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

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

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

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

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

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

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