#EDA182

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

Shades of Tonys Pink #EDA182

Tints of Tonys Pink #EDA182

Color information

#EDA182 (or 0xEDA182) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 82. RGB value is (237,161,130). Sum of RGB (Red+Green+Blue) = 237+161+130=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA182 is #125E7D. Grayscale: #B4B4B4. Windows color (decimal): -1203838 or 8561133. OLE color: 8561133.

HSL color Cylindrical-coordinate representation of color #EDA182: hue angle of 17.38º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDA182 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237161130-
CMYK00.320.450.07
HSL17.38º74.83%71.96%-
HSV(B)17.38º45.15%92.94%-
XYZ51.745.1127.1-
YUV180.1999.68168.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=44.89%
G=30.49%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716113000.320.450.0717.3874.8371.96
HexEDA1820202D7114b48
Octal35524120204055721113110
Binary11101101101000011000001001000001011011111000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA182; }

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

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

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

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

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

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

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

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