Shades of Negroni #EDC2A4
Tints of Negroni #EDC2A4
RGB
CMYK
RGB Variations
Color information
#EDC2A4 (or 0xEDC2A4) is known color: Negroni. HEX triplet: ED, C2 and A4. RGB value is (237,194,164). Sum of RGB (Red+Green+Blue) = 237+194+164=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC2A4 is #123D5B. Grayscale: #CBCBCB. Windows color (decimal): -1195356 or 10797805. OLE color: 10797805.
HSL color Cylindrical-coordinate representation of color #EDC2A4: hue angle of 24.66º 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 #EDC2A4 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 164 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.07 |
| HSL | 24.66º | 0.67% | 0.79% | - |
| HSV(B) | 24.66º | 0.31% | 0.93% | - |
| XYZ | 60.92 | 59.27 | 43.35 | - |
| YUV | 203.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 164 | 0 | 0.18 | 0.31 | 0.07 | 24.66 | 0.67 | 0.79 |
| Hex | ED | C2 | A4 | 0 | 12 | 1F | 7 | 19 | 43 | 4F |
| Octal | 355 | 302 | 244 | 0 | 22 | 37 | 7 | 31 | 103 | 117 |
| Binary | 11101101 | 11000010 | 10100100 | 0 | 10010 | 11111 | 111 | 11001 | 1000011 | 1001111 |
Color Harmonies of #EDC2A4
Complementary color
Monochromatic Colors of #EDC2A4
Black with #EDC2A4
Text Example
Text Example
White with #EDC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2A4; }
p { color: rgb(237,194,164); }
H1.HeaderClassName
{
color: #EDC2A4;
}
.AnyTagClassName
{
color: #EDC2A4;
}
</style>
background-color css
<style>
a { background-color: #EDC2A4; }
a { background-color: rgb(237,194,164); }
div.DivClassName
{
background-color: #EDC2A4;
}
.BgClassName
{
background-color: #EDC2A4;
}
</style>
border-color css
<style>
span { border-color: #EDC2A4; }
span { border-color: rgb(237,194,164); }
td.TdClassName
{
border-color: #EDC2A4;
}
.TagClassName
{
border-color: #EDC2A4;
}
</style>