#EDA488

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

Shades of Tonys Pink #EDA488

Tints of Tonys Pink #EDA488

Color information

#EDA488 (or 0xEDA488) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 88. RGB value is (237,164,136). Sum of RGB (Red+Green+Blue) = 237+164+136=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA488 is #125B77. Grayscale: #B6B6B6. Windows color (decimal): -1203064 or 8955117. OLE color: 8955117.

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

Color convert

RGB237164136-
CMYK00.310.430.07
HSL16.63º73.72%73.14%-
HSV(B)16.63º42.62%92.94%-
XYZ52.6446.3329.46-
YUV182.64101.68166.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 136 (53.52% from 255) = 25.33%
R=44.13%
G=30.54%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716413600.310.430.0716.6373.7273.14
HexEDA48801F2B7114a49
Octal35524421003753721112111
Binary1110110110100100100010000111111010111111000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA488; }

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

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

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

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

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

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

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

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