#EDA591

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

Shades of Tonys Pink #EDA591

Tints of Tonys Pink #EDA591

Color information

#EDA591 (or 0xEDA591) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 91. RGB value is (237,165,145). Sum of RGB (Red+Green+Blue) = 237+165+145=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA591 is #125A6E. Grayscale: #B8B8B8. Windows color (decimal): -1202799 or 9545197. OLE color: 9545197.

HSL color Cylindrical-coordinate representation of color #EDA591: hue angle of 13.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA591 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237165145-
CMYK00.300.390.07
HSL13.04º71.88%74.9%-
HSV(B)13.04º38.82%92.94%-
XYZ53.4946.9633.03-
YUV184.25105.85165.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=43.33%
G=30.16%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716514500.300.390.0713.0471.8874.9
HexEDA59101E277d484b
Octal35524522103647715110113
Binary111011011010010110010001011110100111111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA591; }

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

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

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

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

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

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

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

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