#EDA185

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

Shades of Tonys Pink #EDA185

Tints of Tonys Pink #EDA185

Color information

#EDA185 (or 0xEDA185) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 85. RGB value is (237,161,133). Sum of RGB (Red+Green+Blue) = 237+161+133=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA185 is #125E7A. Grayscale: #B4B4B4. Windows color (decimal): -1203835 or 8757741. OLE color: 8757741.

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

Color convert

RGB237161133-
CMYK00.320.440.07
HSL16.15º74.29%72.55%-
HSV(B)16.15º43.88%92.94%-
XYZ51.945.1928.18-
YUV180.53101.18168.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=44.63%
G=30.32%
B=25.05%

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
Decimal23716113300.320.440.0716.1574.2972.55
HexEDA1850202C7104a49
Octal35524120504054720112111
Binary11101101101000011000010101000001011001111000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA185; }

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

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

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

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

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

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

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

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