Shades of Hit Pink #EDA370
Tints of Hit Pink #EDA370
RGB
CMYK
RGB Variations
Color information
#EDA370 (or 0xEDA370) is known color: Hit Pink. HEX triplet: ED, A3 and 70. RGB value is (237,163,112). Sum of RGB (Red+Green+Blue) = 237+163+112=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA370 is #125C8F. Grayscale: #B3B3B3. Windows color (decimal): -1203344 or 7381997. OLE color: 7381997.
HSL color Cylindrical-coordinate representation of color #EDA370: hue angle of 24.48º 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 #EDA370 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 112 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 24.48º | 0.78% | 0.68% | - |
| HSV(B) | 24.48º | 0.53% | 0.93% | - |
| XYZ | 50.95 | 45.37 | 21.4 | - |
| YUV | 179.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 112 | 0 | 0.31 | 0.53 | 0.07 | 24.48 | 0.78 | 0.68 |
| Hex | ED | A3 | 70 | 0 | 1F | 35 | 7 | 18 | 4E | 44 |
| Octal | 355 | 243 | 160 | 0 | 37 | 65 | 7 | 30 | 116 | 104 |
| Binary | 11101101 | 10100011 | 1110000 | 0 | 11111 | 110101 | 111 | 11000 | 1001110 | 1000100 |
Color Harmonies of #EDA370
Complementary color
Monochromatic Colors of #EDA370
Black with #EDA370
Text Example
Text Example
White with #EDA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA370; }
p { color: rgb(237,163,112); }
H1.HeaderClassName
{
color: #EDA370;
}
.AnyTagClassName
{
color: #EDA370;
}
</style>
background-color css
<style>
a { background-color: #EDA370; }
a { background-color: rgb(237,163,112); }
div.DivClassName
{
background-color: #EDA370;
}
.BgClassName
{
background-color: #EDA370;
}
</style>
border-color css
<style>
span { border-color: #EDA370; }
span { border-color: rgb(237,163,112); }
td.TdClassName
{
border-color: #EDA370;
}
.TagClassName
{
border-color: #EDA370;
}
</style>