Shades of Negroni #EDBF9C
Tints of Negroni #EDBF9C
RGB
CMYK
RGB Variations
Color information
#EDBF9C (or 0xEDBF9C) is known color: Negroni. HEX triplet: ED, BF and 9C. RGB value is (237,191,156). Sum of RGB (Red+Green+Blue) = 237+191+156=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF9C is #124063. Grayscale: #C8C8C8. Windows color (decimal): -1196132 or 10272749. OLE color: 10272749.
HSL color Cylindrical-coordinate representation of color #EDBF9C: hue angle of 25.93º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDBF9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 156 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.07 |
| HSL | 25.93º | 0.69% | 0.77% | - |
| HSV(B) | 25.93º | 0.34% | 0.93% | - |
| XYZ | 59.56 | 57.67 | 39.44 | - |
| YUV | 200.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 156 | 0 | 0.19 | 0.34 | 0.07 | 25.93 | 0.69 | 0.77 |
| Hex | ED | BF | 9C | 0 | 13 | 22 | 7 | 1A | 45 | 4D |
| Octal | 355 | 277 | 234 | 0 | 23 | 42 | 7 | 32 | 105 | 115 |
| Binary | 11101101 | 10111111 | 10011100 | 0 | 10011 | 100010 | 111 | 11010 | 1000101 | 1001101 |
Color Harmonies of #EDBF9C
Complementary color
Monochromatic Colors of #EDBF9C
Black with #EDBF9C
Text Example
Text Example
White with #EDBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF9C; }
p { color: rgb(237,191,156); }
H1.HeaderClassName
{
color: #EDBF9C;
}
.AnyTagClassName
{
color: #EDBF9C;
}
</style>
background-color css
<style>
a { background-color: #EDBF9C; }
a { background-color: rgb(237,191,156); }
div.DivClassName
{
background-color: #EDBF9C;
}
.BgClassName
{
background-color: #EDBF9C;
}
</style>
border-color css
<style>
span { border-color: #EDBF9C; }
span { border-color: rgb(237,191,156); }
td.TdClassName
{
border-color: #EDBF9C;
}
.TagClassName
{
border-color: #EDBF9C;
}
</style>