#EDA596

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

Shades of Tonys Pink #EDA596

Tints of Tonys Pink #EDA596

Color information

#EDA596 (or 0xEDA596) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 96. RGB value is (237,165,150). Sum of RGB (Red+Green+Blue) = 237+165+150=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA596 is #125A69. Grayscale: #B8B8B8. Windows color (decimal): -1202794 or 9872877. OLE color: 9872877.

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

Color convert

RGB237165150-
CMYK00.300.370.07
HSL10.34º70.73%75.88%-
HSV(B)10.34º36.71%92.94%-
XYZ53.8947.1235.11-
YUV184.82108.35165.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=42.93%
G=29.89%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716515000.300.370.0710.3470.7375.88
HexEDA59601E257a474c
Octal35524522603645712107114
Binary111011011010010110010110011110100101111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA596; }

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

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

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

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

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

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

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

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