Shades of Hit Pink #EDA36F
Tints of Hit Pink #EDA36F
RGB
CMYK
RGB Variations
Color information
#EDA36F (or 0xEDA36F) is known color: Hit Pink. HEX triplet: ED, A3 and 6F. RGB value is (237,163,111). Sum of RGB (Red+Green+Blue) = 237+163+111=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA36F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA36F is #125C90. Grayscale: #B3B3B3. Windows color (decimal): -1203345 or 7316461. OLE color: 7316461.
HSL color Cylindrical-coordinate representation of color #EDA36F: hue angle of 24.76º 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 #EDA36F is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 111 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 24.76º | 0.78% | 0.68% | - |
| HSV(B) | 24.76º | 0.53% | 0.93% | - |
| XYZ | 50.89 | 45.35 | 21.11 | - |
| YUV | 179.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 111 | 0 | 0.31 | 0.53 | 0.07 | 24.76 | 0.78 | 0.68 |
| Hex | ED | A3 | 6F | 0 | 1F | 35 | 7 | 19 | 4E | 44 |
| Octal | 355 | 243 | 157 | 0 | 37 | 65 | 7 | 31 | 116 | 104 |
| Binary | 11101101 | 10100011 | 1101111 | 0 | 11111 | 110101 | 111 | 11001 | 1001110 | 1000100 |
Color Harmonies of #EDA36F
Complementary color
Monochromatic Colors of #EDA36F
Black with #EDA36F
Text Example
Text Example
White with #EDA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA36F; }
p { color: rgb(237,163,111); }
H1.HeaderClassName
{
color: #EDA36F;
}
.AnyTagClassName
{
color: #EDA36F;
}
</style>
background-color css
<style>
a { background-color: #EDA36F; }
a { background-color: rgb(237,163,111); }
div.DivClassName
{
background-color: #EDA36F;
}
.BgClassName
{
background-color: #EDA36F;
}
</style>
border-color css
<style>
span { border-color: #EDA36F; }
span { border-color: rgb(237,163,111); }
td.TdClassName
{
border-color: #EDA36F;
}
.TagClassName
{
border-color: #EDA36F;
}
</style>