#EDA991

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

Shades of Tonys Pink #EDA991

Tints of Tonys Pink #EDA991

Color information

#EDA991 (or 0xEDA991) is unknown color: approx Tonys Pink. HEX triplet: ED, A9 and 91. RGB value is (237,169,145). Sum of RGB (Red+Green+Blue) = 237+169+145=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA991 is #12566E. Grayscale: #BABABA. Windows color (decimal): -1201775 or 9546221. OLE color: 9546221.

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

Color convert

RGB237169145-
CMYK00.290.390.07
HSL15.65º71.88%74.9%-
HSV(B)15.65º38.82%92.94%-
XYZ54.2248.4233.28-
YUV186.6104.53163.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=43.01%
G=30.67%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716914500.290.390.0715.6571.8874.9
HexEDA99101D27710484b
Octal35525122103547720110113
Binary1110110110101001100100010111011001111111000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA991; }

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

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

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

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

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

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

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

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