Shades of Negroni #EDC59F
Tints of Negroni #EDC59F
RGB
CMYK
RGB Variations
Color information
#EDC59F (or 0xEDC59F) is known color: Negroni. HEX triplet: ED, C5 and 9F. RGB value is (237,197,159). Sum of RGB (Red+Green+Blue) = 237+197+159=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC59F is #123A60. Grayscale: #CCCCCC. Windows color (decimal): -1194593 or 10470893. OLE color: 10470893.
HSL color Cylindrical-coordinate representation of color #EDC59F: hue angle of 29.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDC59F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 159 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.07 |
| HSL | 29.23º | 0.68% | 0.78% | - |
| HSV(B) | 29.23º | 0.33% | 0.93% | - |
| XYZ | 61.15 | 60.44 | 41.24 | - |
| YUV | 204.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 159 | 0 | 0.17 | 0.33 | 0.07 | 29.23 | 0.68 | 0.78 |
| Hex | ED | C5 | 9F | 0 | 11 | 21 | 7 | 1D | 44 | 4E |
| Octal | 355 | 305 | 237 | 0 | 21 | 41 | 7 | 35 | 104 | 116 |
| Binary | 11101101 | 11000101 | 10011111 | 0 | 10001 | 100001 | 111 | 11101 | 1000100 | 1001110 |
Color Harmonies of #EDC59F
Complementary color
Monochromatic Colors of #EDC59F
Black with #EDC59F
Text Example
Text Example
White with #EDC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC59F; }
p { color: rgb(237,197,159); }
H1.HeaderClassName
{
color: #EDC59F;
}
.AnyTagClassName
{
color: #EDC59F;
}
</style>
background-color css
<style>
a { background-color: #EDC59F; }
a { background-color: rgb(237,197,159); }
div.DivClassName
{
background-color: #EDC59F;
}
.BgClassName
{
background-color: #EDC59F;
}
</style>
border-color css
<style>
span { border-color: #EDC59F; }
span { border-color: rgb(237,197,159); }
td.TdClassName
{
border-color: #EDC59F;
}
.TagClassName
{
border-color: #EDC59F;
}
</style>