Shades of Negroni #EDC19F
Tints of Negroni #EDC19F
RGB
CMYK
RGB Variations
Color information
#EDC19F (or 0xEDC19F) is known color: Negroni. HEX triplet: ED, C1 and 9F. RGB value is (237,193,159). Sum of RGB (Red+Green+Blue) = 237+193+159=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC19F is #123E60. Grayscale: #CACACA. Windows color (decimal): -1195617 or 10469869. OLE color: 10469869.
HSL color Cylindrical-coordinate representation of color #EDC19F: hue angle of 26.15º 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 #EDC19F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 159 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.07 |
| HSL | 26.15º | 0.68% | 0.78% | - |
| HSV(B) | 26.15º | 0.33% | 0.93% | - |
| XYZ | 60.25 | 58.65 | 40.95 | - |
| YUV | 202.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 159 | 0 | 0.19 | 0.33 | 0.07 | 26.15 | 0.68 | 0.78 |
| Hex | ED | C1 | 9F | 0 | 13 | 21 | 7 | 1A | 44 | 4E |
| Octal | 355 | 301 | 237 | 0 | 23 | 41 | 7 | 32 | 104 | 116 |
| Binary | 11101101 | 11000001 | 10011111 | 0 | 10011 | 100001 | 111 | 11010 | 1000100 | 1001110 |
Color Harmonies of #EDC19F
Complementary color
Monochromatic Colors of #EDC19F
Black with #EDC19F
Text Example
Text Example
White with #EDC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC19F; }
p { color: rgb(237,193,159); }
H1.HeaderClassName
{
color: #EDC19F;
}
.AnyTagClassName
{
color: #EDC19F;
}
</style>
background-color css
<style>
a { background-color: #EDC19F; }
a { background-color: rgb(237,193,159); }
div.DivClassName
{
background-color: #EDC19F;
}
.BgClassName
{
background-color: #EDC19F;
}
</style>
border-color css
<style>
span { border-color: #EDC19F; }
span { border-color: rgb(237,193,159); }
td.TdClassName
{
border-color: #EDC19F;
}
.TagClassName
{
border-color: #EDC19F;
}
</style>