#EDA791

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

Shades of Tonys Pink #EDA791

Tints of Tonys Pink #EDA791

Color information

#EDA791 (or 0xEDA791) is unknown color: approx Tonys Pink. HEX triplet: ED, A7 and 91. RGB value is (237,167,145). Sum of RGB (Red+Green+Blue) = 237+167+145=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA791 is #12586E. Grayscale: #B9B9B9. Windows color (decimal): -1202287 or 9545709. OLE color: 9545709.

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

Color convert

RGB237167145-
CMYK00.300.390.07
HSL14.35º71.88%74.9%-
HSV(B)14.35º38.82%92.94%-
XYZ53.8547.6933.15-
YUV185.42105.19164.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 145 (57.03% from 255) = 26.41%
R=43.17%
G=30.42%
B=26.41%

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
Decimal23716714500.300.390.0714.3571.8874.9
HexEDA79101E277e484b
Octal35524722103647716110113
Binary111011011010011110010001011110100111111111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA791; }

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

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

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

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

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

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

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

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