#EDA084

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

Shades of Tonys Pink #EDA084

Tints of Tonys Pink #EDA084

Color information

#EDA084 (or 0xEDA084) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 84. RGB value is (237,160,132). Sum of RGB (Red+Green+Blue) = 237+160+132=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA084 is #125F7B. Grayscale: #B4B4B4. Windows color (decimal): -1204092 or 8691949. OLE color: 8691949.

HSL color Cylindrical-coordinate representation of color #EDA084: hue angle of 16º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDA084 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237160132-
CMYK00.320.440.07
HSL16º74.47%72.35%-
HSV(B)16º44.3%92.94%-
XYZ51.6644.8127.76-
YUV179.83101.01168.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=44.80%
G=30.25%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716013200.320.440.071674.4772.35
HexEDA0840202C7104a48
Octal35524020404054720112110
Binary11101101101000001000010001000001011001111000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA084; }

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

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

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

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

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

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

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

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