Shades of Negroni #E6BDA0
Tints of Negroni #E6BDA0
RGB
CMYK
RGB Variations
Color information
#E6BDA0 (or 0xE6BDA0) is known color: Negroni. HEX triplet: E6, BD and A0. RGB value is (230,189,160). Sum of RGB (Red+Green+Blue) = 230+189+160=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDA0 is #19425F. Grayscale: #C6C6C6. Windows color (decimal): -1655392 or 10534374. OLE color: 10534374.
HSL color Cylindrical-coordinate representation of color #E6BDA0: hue angle of 24.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6BDA0 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 160 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.10 |
| HSL | 24.86º | 0.58% | 0.76% | - |
| HSV(B) | 24.86º | 0.3% | 0.9% | - |
| XYZ | 57.18 | 55.76 | 41.01 | - |
| YUV | 197.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 160 | 0 | 0.18 | 0.30 | 0.10 | 24.86 | 0.58 | 0.76 |
| Hex | E6 | BD | A0 | 0 | 12 | 1E | A | 19 | 3A | 4C |
| Octal | 346 | 275 | 240 | 0 | 22 | 36 | 12 | 31 | 72 | 114 |
| Binary | 11100110 | 10111101 | 10100000 | 0 | 10010 | 11110 | 1010 | 11001 | 111010 | 1001100 |
Color Harmonies of #E6BDA0
Complementary color
Monochromatic Colors of #E6BDA0
Black with #E6BDA0
Text Example
Text Example
White with #E6BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDA0; }
p { color: rgb(230,189,160); }
H1.HeaderClassName
{
color: #E6BDA0;
}
.AnyTagClassName
{
color: #E6BDA0;
}
</style>
background-color css
<style>
a { background-color: #E6BDA0; }
a { background-color: rgb(230,189,160); }
div.DivClassName
{
background-color: #E6BDA0;
}
.BgClassName
{
background-color: #E6BDA0;
}
</style>
border-color css
<style>
span { border-color: #E6BDA0; }
span { border-color: rgb(230,189,160); }
td.TdClassName
{
border-color: #E6BDA0;
}
.TagClassName
{
border-color: #E6BDA0;
}
</style>