#EDA186

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

Shades of Tonys Pink #EDA186

Tints of Tonys Pink #EDA186

Color information

#EDA186 (or 0xEDA186) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 86. RGB value is (237,161,134). Sum of RGB (Red+Green+Blue) = 237+161+134=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA186 is #125E79. Grayscale: #B4B4B4. Windows color (decimal): -1203834 or 8823277. OLE color: 8823277.

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

Color convert

RGB237161134-
CMYK00.320.430.07
HSL15.73º74.1%72.75%-
HSV(B)15.73º43.46%92.94%-
XYZ51.9745.2228.54-
YUV180.65101.68168.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=44.55%
G=30.26%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716113400.320.430.0715.7374.172.75
HexEDA1860202B7104a49
Octal35524120604053720112111
Binary11101101101000011000011001000001010111111000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA186; }

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

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

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

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

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

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

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

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