#EDA48E

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

Shades of Tonys Pink #EDA48E

Tints of Tonys Pink #EDA48E

Color information

#EDA48E (or 0xEDA48E) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 8E. RGB value is (237,164,142). Sum of RGB (Red+Green+Blue) = 237+164+142=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48E is #125B71. Grayscale: #B7B7B7. Windows color (decimal): -1203058 or 9348333. OLE color: 9348333.

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

Color convert

RGB237164142-
CMYK00.310.400.07
HSL13.89º72.52%74.31%-
HSV(B)13.89º40.08%92.94%-
XYZ53.0846.5131.77-
YUV183.32104.68166.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=43.65%
G=30.20%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716414200.310.400.0713.8972.5274.31
HexEDA48E01F287e494a
Octal35524421603750716111112
Binary111011011010010010001110011111101000111111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA48E; }

 p { color: rgb(237,164,142); }

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

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

 a { background-color: rgb(237,164,142); }

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

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

 span { border-color: rgb(237,164,142); }

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