Shades of Negroni #EDC5A4
Tints of Negroni #EDC5A4
RGB
CMYK
RGB Variations
Color information
#EDC5A4 (or 0xEDC5A4) is known color: Negroni. HEX triplet: ED, C5 and A4. RGB value is (237,197,164). Sum of RGB (Red+Green+Blue) = 237+197+164=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC5A4 is #123A5B. Grayscale: #CDCDCD. Windows color (decimal): -1194588 or 10798573. OLE color: 10798573.
HSL color Cylindrical-coordinate representation of color #EDC5A4: hue angle of 27.12º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDC5A4 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 164 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.07 |
| HSL | 27.12º | 0.67% | 0.79% | - |
| HSV(B) | 27.12º | 0.31% | 0.93% | - |
| XYZ | 61.59 | 60.62 | 43.58 | - |
| YUV | 205.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 164 | 0 | 0.17 | 0.31 | 0.07 | 27.12 | 0.67 | 0.79 |
| Hex | ED | C5 | A4 | 0 | 11 | 1F | 7 | 1B | 43 | 4F |
| Octal | 355 | 305 | 244 | 0 | 21 | 37 | 7 | 33 | 103 | 117 |
| Binary | 11101101 | 11000101 | 10100100 | 0 | 10001 | 11111 | 111 | 11011 | 1000011 | 1001111 |
Color Harmonies of #EDC5A4
Complementary color
Monochromatic Colors of #EDC5A4
Black with #EDC5A4
Text Example
Text Example
White with #EDC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5A4; }
p { color: rgb(237,197,164); }
H1.HeaderClassName
{
color: #EDC5A4;
}
.AnyTagClassName
{
color: #EDC5A4;
}
</style>
background-color css
<style>
a { background-color: #EDC5A4; }
a { background-color: rgb(237,197,164); }
div.DivClassName
{
background-color: #EDC5A4;
}
.BgClassName
{
background-color: #EDC5A4;
}
</style>
border-color css
<style>
span { border-color: #EDC5A4; }
span { border-color: rgb(237,197,164); }
td.TdClassName
{
border-color: #EDC5A4;
}
.TagClassName
{
border-color: #EDC5A4;
}
</style>