#EDA885

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

Shades of Tonys Pink #EDA885

Tints of Tonys Pink #EDA885

Color information

#EDA885 (or 0xEDA885) is unknown color: approx Tonys Pink. HEX triplet: ED, A8 and 85. RGB value is (237,168,133). Sum of RGB (Red+Green+Blue) = 237+168+133=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA885 is #12577A. Grayscale: #B8B8B8. Windows color (decimal): -1202043 or 8759533. OLE color: 8759533.

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

Color convert

RGB237168133-
CMYK00.290.440.07
HSL20.19º74.29%72.55%-
HSV(B)20.19º43.88%92.94%-
XYZ53.1647.728.6-
YUV184.6498.86165.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=44.05%
G=31.23%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716813300.290.440.0720.1974.2972.55
HexEDA88501D2C7144a49
Octal35525020503554724112111
Binary1110110110101000100001010111011011001111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA885; }

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

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

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

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

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

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

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

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