Shades of Negroni #E5C3A4
Tints of Negroni #E5C3A4
RGB
CMYK
RGB Variations
Color information
#E5C3A4 (or 0xE5C3A4) is known color: Negroni. HEX triplet: E5, C3 and A4. RGB value is (229,195,164). Sum of RGB (Red+Green+Blue) = 229+195+164=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C3A4 is #1A3C5B. Grayscale: #C9C9C9. Windows color (decimal): -1719388 or 10798053. OLE color: 10798053.
HSL color Cylindrical-coordinate representation of color #E5C3A4: hue angle of 28.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5C3A4 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 164 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.10 |
| HSL | 28.62º | 0.56% | 0.77% | - |
| HSV(B) | 28.62º | 0.28% | 0.9% | - |
| XYZ | 58.53 | 58.37 | 43.3 | - |
| YUV | 201.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 164 | 0 | 0.15 | 0.28 | 0.10 | 28.62 | 0.56 | 0.77 |
| Hex | E5 | C3 | A4 | 0 | F | 1C | A | 1D | 38 | 4D |
| Octal | 345 | 303 | 244 | 0 | 17 | 34 | 12 | 35 | 70 | 115 |
| Binary | 11100101 | 11000011 | 10100100 | 0 | 1111 | 11100 | 1010 | 11101 | 111000 | 1001101 |
Color Harmonies of #E5C3A4
Complementary color
Monochromatic Colors of #E5C3A4
Black with #E5C3A4
Text Example
Text Example
White with #E5C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3A4; }
p { color: rgb(229,195,164); }
H1.HeaderClassName
{
color: #E5C3A4;
}
.AnyTagClassName
{
color: #E5C3A4;
}
</style>
background-color css
<style>
a { background-color: #E5C3A4; }
a { background-color: rgb(229,195,164); }
div.DivClassName
{
background-color: #E5C3A4;
}
.BgClassName
{
background-color: #E5C3A4;
}
</style>
border-color css
<style>
span { border-color: #E5C3A4; }
span { border-color: rgb(229,195,164); }
td.TdClassName
{
border-color: #E5C3A4;
}
.TagClassName
{
border-color: #E5C3A4;
}
</style>