#EDA08D

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

Shades of Tonys Pink #EDA08D

Tints of Tonys Pink #EDA08D

Color information

#EDA08D (or 0xEDA08D) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 8D. RGB value is (237,160,141). Sum of RGB (Red+Green+Blue) = 237+160+141=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08D is #125F72. Grayscale: #B5B5B5. Windows color (decimal): -1204083 or 9281773. OLE color: 9281773.

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

Color convert

RGB237160141-
CMYK00.320.410.07
HSL11.88º72.73%74.12%-
HSV(B)11.88º40.51%92.94%-
XYZ52.345.0731.14-
YUV180.86105.51168.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=44.05%
G=29.74%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716014100.320.410.0711.8872.7374.12
HexEDA08D020297c494a
Octal35524021504051714111112
Binary1110110110100000100011010100000101001111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA08D; }

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

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

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

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

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

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

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

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