#EDA886

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

Shades of Tonys Pink #EDA886

Tints of Tonys Pink #EDA886

Color information

#EDA886 (or 0xEDA886) is unknown color: approx Tonys Pink. HEX triplet: ED, A8 and 86. RGB value is (237,168,134). Sum of RGB (Red+Green+Blue) = 237+168+134=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA886 is #125779. Grayscale: #B8B8B8. Windows color (decimal): -1202042 or 8825069. OLE color: 8825069.

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

Color convert

RGB237168134-
CMYK00.290.430.07
HSL19.81º74.1%72.75%-
HSV(B)19.81º43.46%92.94%-
XYZ53.2347.7328.96-
YUV184.7699.36165.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=43.97%
G=31.17%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716813400.290.430.0719.8174.172.75
HexEDA88601D2B7144a49
Octal35525020603553724112111
Binary1110110110101000100001100111011010111111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA886; }

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

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

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

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

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

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

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

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