Shades of Hint Of Red #EFEDEB
Tints of Hint Of Red #EFEDEB
RGB
CMYK
RGB Variations
Color information
#EFEDEB (or 0xEFEDEB) is known color: Hint Of Red. HEX triplet: EF, ED and EB. RGB value is (239,237,235). Sum of RGB (Red+Green+Blue) = 239+237+235=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEB is #101214. Grayscale: #EDEDED. Windows color (decimal): -1053205 or 15461871. OLE color: 15461871.
HSL color Cylindrical-coordinate representation of color #EFEDEB: hue angle of 30º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEDEB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 235 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.06 |
| HSL | 30º | 0.11% | 0.93% | - |
| HSV(B) | 30º | 0.02% | 0.94% | - |
| XYZ | 80.88 | 84.92 | 90.73 | - |
| YUV | 237.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 235 | 0 | 0.01 | 0.02 | 0.06 | 30 | 0.11 | 0.93 |
| Hex | EF | ED | EB | 0 | 1 | 2 | 6 | 1E | B | 5D |
| Octal | 357 | 355 | 353 | 0 | 1 | 2 | 6 | 36 | 13 | 135 |
| Binary | 11101111 | 11101101 | 11101011 | 0 | 1 | 10 | 110 | 11110 | 1011 | 1011101 |
Color Harmonies of #EFEDEB
Complementary color
Monochromatic Colors of #EFEDEB
Black with #EFEDEB
Text Example
Text Example
White with #EFEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDEB; }
p { color: rgb(239,237,235); }
H1.HeaderClassName
{
color: #EFEDEB;
}
.AnyTagClassName
{
color: #EFEDEB;
}
</style>
background-color css
<style>
a { background-color: #EFEDEB; }
a { background-color: rgb(239,237,235); }
div.DivClassName
{
background-color: #EFEDEB;
}
.BgClassName
{
background-color: #EFEDEB;
}
</style>
border-color css
<style>
span { border-color: #EFEDEB; }
span { border-color: rgb(239,237,235); }
td.TdClassName
{
border-color: #EFEDEB;
}
.TagClassName
{
border-color: #EFEDEB;
}
</style>