#EDA491

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

Shades of Tonys Pink #EDA491

Tints of Tonys Pink #EDA491

Color information

#EDA491 (or 0xEDA491) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 91. RGB value is (237,164,145). Sum of RGB (Red+Green+Blue) = 237+164+145=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA491 is #125B6E. Grayscale: #B7B7B7. Windows color (decimal): -1203055 or 9544941. OLE color: 9544941.

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

Color convert

RGB237164145-
CMYK00.310.390.07
HSL12.39º71.88%74.9%-
HSV(B)12.39º38.82%92.94%-
XYZ53.3146.632.97-
YUV183.66106.18166.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=43.41%
G=30.04%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716414500.310.390.0712.3971.8874.9
HexEDA49101F277c484b
Octal35524422103747714110113
Binary111011011010010010010001011111100111111110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA491; }

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

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

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

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

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

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

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

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