#EDA083

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

Shades of Tonys Pink #EDA083

Tints of Tonys Pink #EDA083

Color information

#EDA083 (or 0xEDA083) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 83. RGB value is (237,160,131). Sum of RGB (Red+Green+Blue) = 237+160+131=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA083 is #125F7C. Grayscale: #B3B3B3. Windows color (decimal): -1204093 or 8626413. OLE color: 8626413.

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

Color convert

RGB237160131-
CMYK00.320.450.07
HSL16.42º74.65%72.16%-
HSV(B)16.42º44.73%92.94%-
XYZ51.5944.7827.4-
YUV179.72100.51168.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=44.89%
G=30.30%
B=24.81%

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
Decimal23716013100.320.450.0716.4274.6572.16
HexEDA0830202D7104b48
Octal35524020304055720113110
Binary11101101101000001000001101000001011011111000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA083; }

 p { color: rgb(237,160,131); }

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

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

 a { background-color: rgb(237,160,131); }

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

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

 span { border-color: rgb(237,160,131); }

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