Shades of Negroni #EDC7A6
Tints of Negroni #EDC7A6
RGB
CMYK
RGB Variations
Color information
#EDC7A6 (or 0xEDC7A6) is known color: Negroni. HEX triplet: ED, C7 and A6. RGB value is (237,199,166). Sum of RGB (Red+Green+Blue) = 237+199+166=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7A6 is #123859. Grayscale: #CECECE. Windows color (decimal): -1194074 or 10930157. OLE color: 10930157.
HSL color Cylindrical-coordinate representation of color #EDC7A6: hue angle of 27.89º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDC7A6 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 166 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.07 |
| HSL | 27.89º | 0.66% | 0.79% | - |
| HSV(B) | 27.89º | 0.3% | 0.93% | - |
| XYZ | 62.23 | 61.6 | 44.69 | - |
| YUV | 206.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 166 | 0 | 0.16 | 0.30 | 0.07 | 27.89 | 0.66 | 0.79 |
| Hex | ED | C7 | A6 | 0 | 10 | 1E | 7 | 1C | 42 | 4F |
| Octal | 355 | 307 | 246 | 0 | 20 | 36 | 7 | 34 | 102 | 117 |
| Binary | 11101101 | 11000111 | 10100110 | 0 | 10000 | 11110 | 111 | 11100 | 1000010 | 1001111 |
Color Harmonies of #EDC7A6
Complementary color
Monochromatic Colors of #EDC7A6
Black with #EDC7A6
Text Example
Text Example
White with #EDC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7A6; }
p { color: rgb(237,199,166); }
H1.HeaderClassName
{
color: #EDC7A6;
}
.AnyTagClassName
{
color: #EDC7A6;
}
</style>
background-color css
<style>
a { background-color: #EDC7A6; }
a { background-color: rgb(237,199,166); }
div.DivClassName
{
background-color: #EDC7A6;
}
.BgClassName
{
background-color: #EDC7A6;
}
</style>
border-color css
<style>
span { border-color: #EDC7A6; }
span { border-color: rgb(237,199,166); }
td.TdClassName
{
border-color: #EDC7A6;
}
.TagClassName
{
border-color: #EDC7A6;
}
</style>