#EDA187

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

Shades of Tonys Pink #EDA187

Tints of Tonys Pink #EDA187

Color information

#EDA187 (or 0xEDA187) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 87. RGB value is (237,161,135). Sum of RGB (Red+Green+Blue) = 237+161+135=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA187 is #125E78. Grayscale: #B4B4B4. Windows color (decimal): -1203833 or 8888813. OLE color: 8888813.

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

Color convert

RGB237161135-
CMYK00.320.430.07
HSL15.29º73.91%72.94%-
HSV(B)15.29º43.04%92.94%-
XYZ52.0445.2428.91-
YUV180.76102.18168.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 135 (53.12% from 255) = 25.33%
R=44.47%
G=30.21%
B=25.33%

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
Decimal23716113500.320.430.0715.2973.9172.94
HexEDA1870202B7f4a49
Octal35524120704053717112111
Binary1110110110100001100001110100000101011111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA187; }

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

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

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

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

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

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

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

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