#EDA889

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

Shades of Tonys Pink #EDA889

Tints of Tonys Pink #EDA889

Color information

#EDA889 (or 0xEDA889) is unknown color: approx Tonys Pink. HEX triplet: ED, A8 and 89. RGB value is (237,168,137). Sum of RGB (Red+Green+Blue) = 237+168+137=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA889 is #125776. Grayscale: #B9B9B9. Windows color (decimal): -1202039 or 9021677. OLE color: 9021677.

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

Color convert

RGB237168137-
CMYK00.290.420.07
HSL18.6º73.53%73.33%-
HSV(B)18.6º42.19%92.94%-
XYZ53.4447.8230.08-
YUV185.1100.86165.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=43.73%
G=31.00%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716813700.290.420.0718.673.5373.33
HexEDA88901D2A7134a49
Octal35525021103552723112111
Binary1110110110101000100010010111011010101111001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA889; }

 p { color: rgb(237,168,137); }

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

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

 a { background-color: rgb(237,168,137); }

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

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

 span { border-color: rgb(237,168,137); }

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