Shades of Negroni #EBBE9D
Tints of Negroni #EBBE9D
RGB
CMYK
RGB Variations
Color information
#EBBE9D (or 0xEBBE9D) is known color: Negroni. HEX triplet: EB, BE and 9D. RGB value is (235,190,157). Sum of RGB (Red+Green+Blue) = 235+190+157=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9D is #144162. Grayscale: #C7C7C7. Windows color (decimal): -1327459 or 10338027. OLE color: 10338027.
HSL color Cylindrical-coordinate representation of color #EBBE9D: hue angle of 25.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBBE9D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 157 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.08 |
| HSL | 25.38º | 0.66% | 0.77% | - |
| HSV(B) | 25.38º | 0.33% | 0.92% | - |
| XYZ | 58.76 | 56.92 | 39.79 | - |
| YUV | 199.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 157 | 0 | 0.19 | 0.33 | 0.08 | 25.38 | 0.66 | 0.77 |
| Hex | EB | BE | 9D | 0 | 13 | 21 | 8 | 19 | 42 | 4D |
| Octal | 353 | 276 | 235 | 0 | 23 | 41 | 10 | 31 | 102 | 115 |
| Binary | 11101011 | 10111110 | 10011101 | 0 | 10011 | 100001 | 1000 | 11001 | 1000010 | 1001101 |
Color Harmonies of #EBBE9D
Complementary color
Monochromatic Colors of #EBBE9D
Black with #EBBE9D
Text Example
Text Example
White with #EBBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE9D; }
p { color: rgb(235,190,157); }
H1.HeaderClassName
{
color: #EBBE9D;
}
.AnyTagClassName
{
color: #EBBE9D;
}
</style>
background-color css
<style>
a { background-color: #EBBE9D; }
a { background-color: rgb(235,190,157); }
div.DivClassName
{
background-color: #EBBE9D;
}
.BgClassName
{
background-color: #EBBE9D;
}
</style>
border-color css
<style>
span { border-color: #EBBE9D; }
span { border-color: rgb(235,190,157); }
td.TdClassName
{
border-color: #EBBE9D;
}
.TagClassName
{
border-color: #EBBE9D;
}
</style>