Shades of Negroni #EDCAA2
Tints of Negroni #EDCAA2
RGB
CMYK
RGB Variations
Color information
#EDCAA2 (or 0xEDCAA2) is known color: Negroni. HEX triplet: ED, CA and A2. RGB value is (237,202,162). Sum of RGB (Red+Green+Blue) = 237+202+162=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA2 is #12355D. Grayscale: #D0D0D0. Windows color (decimal): -1193310 or 10668781. OLE color: 10668781.
HSL color Cylindrical-coordinate representation of color #EDCAA2: hue angle of 32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 162 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.07 |
| HSL | 32º | 0.68% | 0.78% | - |
| HSV(B) | 32º | 0.32% | 0.93% | - |
| XYZ | 62.57 | 62.85 | 43.02 | - |
| YUV | 207.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 162 | 0 | 0.15 | 0.32 | 0.07 | 32 | 0.68 | 0.78 |
| Hex | ED | CA | A2 | 0 | F | 20 | 7 | 20 | 44 | 4E |
| Octal | 355 | 312 | 242 | 0 | 17 | 40 | 7 | 40 | 104 | 116 |
| Binary | 11101101 | 11001010 | 10100010 | 0 | 1111 | 100000 | 111 | 100000 | 1000100 | 1001110 |
Color Harmonies of #EDCAA2
Complementary color
Monochromatic Colors of #EDCAA2
Black with #EDCAA2
Text Example
Text Example
White with #EDCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAA2; }
p { color: rgb(237,202,162); }
H1.HeaderClassName
{
color: #EDCAA2;
}
.AnyTagClassName
{
color: #EDCAA2;
}
</style>
background-color css
<style>
a { background-color: #EDCAA2; }
a { background-color: rgb(237,202,162); }
div.DivClassName
{
background-color: #EDCAA2;
}
.BgClassName
{
background-color: #EDCAA2;
}
</style>
border-color css
<style>
span { border-color: #EDCAA2; }
span { border-color: rgb(237,202,162); }
td.TdClassName
{
border-color: #EDCAA2;
}
.TagClassName
{
border-color: #EDCAA2;
}
</style>