Shades of Hit Pink #EDA16F
Tints of Hit Pink #EDA16F
RGB
CMYK
RGB Variations
Color information
#EDA16F (or 0xEDA16F) is known color: Hit Pink. HEX triplet: ED, A1 and 6F. RGB value is (237,161,111). Sum of RGB (Red+Green+Blue) = 237+161+111=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA16F is #125E90. Grayscale: #B2B2B2. Windows color (decimal): -1203857 or 7315949. OLE color: 7315949.
HSL color Cylindrical-coordinate representation of color #EDA16F: hue angle of 23.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA16F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 111 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 23.81º | 0.78% | 0.68% | - |
| HSV(B) | 23.81º | 0.53% | 0.93% | - |
| XYZ | 50.54 | 44.64 | 20.99 | - |
| YUV | 178.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 111 | 0 | 0.32 | 0.53 | 0.07 | 23.81 | 0.78 | 0.68 |
| Hex | ED | A1 | 6F | 0 | 20 | 35 | 7 | 18 | 4E | 44 |
| Octal | 355 | 241 | 157 | 0 | 40 | 65 | 7 | 30 | 116 | 104 |
| Binary | 11101101 | 10100001 | 1101111 | 0 | 100000 | 110101 | 111 | 11000 | 1001110 | 1000100 |
Color Harmonies of #EDA16F
Complementary color
Monochromatic Colors of #EDA16F
Black with #EDA16F
Text Example
Text Example
White with #EDA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA16F; }
p { color: rgb(237,161,111); }
H1.HeaderClassName
{
color: #EDA16F;
}
.AnyTagClassName
{
color: #EDA16F;
}
</style>
background-color css
<style>
a { background-color: #EDA16F; }
a { background-color: rgb(237,161,111); }
div.DivClassName
{
background-color: #EDA16F;
}
.BgClassName
{
background-color: #EDA16F;
}
</style>
border-color css
<style>
span { border-color: #EDA16F; }
span { border-color: rgb(237,161,111); }
td.TdClassName
{
border-color: #EDA16F;
}
.TagClassName
{
border-color: #EDA16F;
}
</style>