#EDA17F

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

Shades of Tonys Pink #EDA17F

Tints of Tonys Pink #EDA17F

Color information

#EDA17F (or 0xEDA17F) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 7F. RGB value is (237,161,127). Sum of RGB (Red+Green+Blue) = 237+161+127=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA17F is #125E80. Grayscale: #B4B4B4. Windows color (decimal): -1203841 or 8364525. OLE color: 8364525.

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

Color convert

RGB237161127-
CMYK00.320.460.07
HSL18.55º75.34%71.37%-
HSV(B)18.55º46.41%92.94%-
XYZ51.545.0326.06-
YUV179.8598.18168.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 127 (50% from 255) = 24.19%
R=45.14%
G=30.67%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716112700.320.460.0718.5575.3471.37
HexEDA17F0202E7134b47
Octal35524117704056723113107
Binary1110110110100001111111101000001011101111001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA17F; }

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

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

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

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

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

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

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

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