#EDA58E

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

Shades of Tonys Pink #EDA58E

Tints of Tonys Pink #EDA58E

Color information

#EDA58E (or 0xEDA58E) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 8E. RGB value is (237,165,142). Sum of RGB (Red+Green+Blue) = 237+165+142=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA58E is #125A71. Grayscale: #B8B8B8. Windows color (decimal): -1202802 or 9348589. OLE color: 9348589.

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

Color convert

RGB237165142-
CMYK00.300.400.07
HSL14.53º72.52%74.31%-
HSV(B)14.53º40.08%92.94%-
XYZ53.2646.8731.83-
YUV183.91104.35165.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=43.57%
G=30.33%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716514200.300.400.0714.5372.5274.31
HexEDA58E01E287f494a
Octal35524521603650717111112
Binary111011011010010110001110011110101000111111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA58E; }

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

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

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

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

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

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

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

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