#EDA096

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

Shades of Tonys Pink #EDA096

Tints of Tonys Pink #EDA096

Color information

#EDA096 (or 0xEDA096) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 96. RGB value is (237,160,150). Sum of RGB (Red+Green+Blue) = 237+160+150=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA096 is #125F69. Grayscale: #B6B6B6. Windows color (decimal): -1204074 or 9871597. OLE color: 9871597.

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

Color convert

RGB237160150-
CMYK00.320.370.07
HSL6.9º70.73%75.88%-
HSV(B)6.9º36.71%92.94%-
XYZ5345.3534.81-
YUV181.88110.01167.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=43.33%
G=29.25%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716015000.320.370.076.970.7375.88
HexEDA0960202577474c
Octal3552402260404577107114
Binary111011011010000010010110010000010010111111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA096; }

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

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

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

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

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

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

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

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