Shades of Whisper #EFEBEB
Tints of Whisper #EFEBEB
RGB
CMYK
RGB Variations
Color information
#EFEBEB (or 0xEFEBEB) is known color: Whisper. HEX triplet: EF, EB and EB. RGB value is (239,235,235). Sum of RGB (Red+Green+Blue) = 239+235+235=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEB is #101414. Grayscale: #ECECEC. Windows color (decimal): -1053717 or 15461359. OLE color: 15461359.
HSL color Cylindrical-coordinate representation of color #EFEBEB: hue angle of 0º 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 #EFEBEB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 235 | - |
CMYK | 0 | 0.02 | 0.02 | 0.06 |
HSL | 0º | 0.11% | 0.93% | - |
HSV(B) | 0º | 0.02% | 0.94% | - |
XYZ | 80.3 | 83.77 | 90.53 | - |
YUV | 236.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 235 | 0 | 0.02 | 0.02 | 0.06 | 0 | 0.11 | 0.93 |
Hex | EF | EB | EB | 0 | 2 | 2 | 6 | 0 | B | 5D |
Octal | 357 | 353 | 353 | 0 | 2 | 2 | 6 | 0 | 13 | 135 |
Binary | 11101111 | 11101011 | 11101011 | 0 | 10 | 10 | 110 | 0 | 1011 | 1011101 |
Color Harmonies of #EFEBEB
Complementary color
Monochromatic Colors of #EFEBEB
Black with #EFEBEB
Text Example
Text Example
White with #EFEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBEB; }
p { color: rgb(239,235,235); }
H1.HeaderClassName
{
color: #EFEBEB;
}
.AnyTagClassName
{
color: #EFEBEB;
}
</style>
background-color css
<style>
a { background-color: #EFEBEB; }
a { background-color: rgb(239,235,235); }
div.DivClassName
{
background-color: #EFEBEB;
}
.BgClassName
{
background-color: #EFEBEB;
}
</style>
border-color css
<style>
span { border-color: #EFEBEB; }
span { border-color: rgb(239,235,235); }
td.TdClassName
{
border-color: #EFEBEB;
}
.TagClassName
{
border-color: #EFEBEB;
}
</style>