#EDA485

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

Shades of Tonys Pink #EDA485

Tints of Tonys Pink #EDA485

Color information

#EDA485 (or 0xEDA485) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 85. RGB value is (237,164,133). Sum of RGB (Red+Green+Blue) = 237+164+133=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA485 is #125B7A. Grayscale: #B6B6B6. Windows color (decimal): -1203067 or 8758509. OLE color: 8758509.

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

Color convert

RGB237164133-
CMYK00.310.440.07
HSL17.88º74.29%72.55%-
HSV(B)17.88º43.88%92.94%-
XYZ52.4346.2528.35-
YUV182.29100.18167.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=44.38%
G=30.71%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716413300.310.440.0717.8874.2972.55
HexEDA48501F2C7124a49
Octal35524420503754722112111
Binary1110110110100100100001010111111011001111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA485; }

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

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

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

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

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

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

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

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