Shades of Negroni #EDC7A8
Tints of Negroni #EDC7A8
RGB
CMYK
RGB Variations
Color information
#EDC7A8 (or 0xEDC7A8) is known color: Negroni. HEX triplet: ED, C7 and A8. RGB value is (237,199,168). Sum of RGB (Red+Green+Blue) = 237+199+168=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7A8 is #123857. Grayscale: #CECECE. Windows color (decimal): -1194072 or 11061229. OLE color: 11061229.
HSL color Cylindrical-coordinate representation of color #EDC7A8: hue angle of 26.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDC7A8 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 168 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.07 |
| HSL | 26.96º | 0.66% | 0.79% | - |
| HSV(B) | 26.96º | 0.29% | 0.93% | - |
| XYZ | 62.42 | 61.68 | 45.66 | - |
| YUV | 206.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 168 | 0 | 0.16 | 0.29 | 0.07 | 26.96 | 0.66 | 0.79 |
| Hex | ED | C7 | A8 | 0 | 10 | 1D | 7 | 1B | 42 | 4F |
| Octal | 355 | 307 | 250 | 0 | 20 | 35 | 7 | 33 | 102 | 117 |
| Binary | 11101101 | 11000111 | 10101000 | 0 | 10000 | 11101 | 111 | 11011 | 1000010 | 1001111 |
Color Harmonies of #EDC7A8
Complementary color
Monochromatic Colors of #EDC7A8
Black with #EDC7A8
Text Example
Text Example
White with #EDC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7A8; }
p { color: rgb(237,199,168); }
H1.HeaderClassName
{
color: #EDC7A8;
}
.AnyTagClassName
{
color: #EDC7A8;
}
</style>
background-color css
<style>
a { background-color: #EDC7A8; }
a { background-color: rgb(237,199,168); }
div.DivClassName
{
background-color: #EDC7A8;
}
.BgClassName
{
background-color: #EDC7A8;
}
</style>
border-color css
<style>
span { border-color: #EDC7A8; }
span { border-color: rgb(237,199,168); }
td.TdClassName
{
border-color: #EDC7A8;
}
.TagClassName
{
border-color: #EDC7A8;
}
</style>