#EDA496

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

Shades of Tonys Pink #EDA496

Tints of Tonys Pink #EDA496

Color information

#EDA496 (or 0xEDA496) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 96. RGB value is (237,164,150). Sum of RGB (Red+Green+Blue) = 237+164+150=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA496 is #125B69. Grayscale: #B8B8B8. Windows color (decimal): -1203050 or 9872621. OLE color: 9872621.

HSL color Cylindrical-coordinate representation of color #EDA496: hue angle of 9.66º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA496 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237164150-
CMYK00.310.370.07
HSL9.66º70.73%75.88%-
HSV(B)9.66º36.71%92.94%-
XYZ53.7146.7635.05-
YUV184.23108.68165.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=43.01%
G=29.76%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716415000.310.370.079.6670.7375.88
HexEDA49601F257a474c
Octal35524422603745712107114
Binary111011011010010010010110011111100101111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA496; }

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

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

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

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

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

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

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

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