#EDA289

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

Shades of Tonys Pink #EDA289

Tints of Tonys Pink #EDA289

Color information

#EDA289 (or 0xEDA289) is unknown color: approx Tonys Pink. HEX triplet: ED, A2 and 89. RGB value is (237,162,137). Sum of RGB (Red+Green+Blue) = 237+162+137=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA289 is #125D76. Grayscale: #B5B5B5. Windows color (decimal): -1203575 or 9020141. OLE color: 9020141.

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

Color convert

RGB237162137-
CMYK00.320.420.07
HSL15º73.53%73.33%-
HSV(B)15º42.19%92.94%-
XYZ52.3645.6529.72-
YUV181.58102.85167.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 137 (53.91% from 255) = 25.56%
R=44.22%
G=30.22%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716213700.320.420.071573.5373.33
HexEDA2890202A7f4a49
Octal35524221104052717112111
Binary1110110110100010100010010100000101010111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA289; }

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

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

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

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

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

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

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

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