Shades of Bleach White #EFE4CF
Tints of Bleach White #EFE4CF
RGB
CMYK
RGB Variations
Color information
#EFE4CF (or 0xEFE4CF) is known color: Bleach White. HEX triplet: EF, E4 and CF. RGB value is (239,228,207). Sum of RGB (Red+Green+Blue) = 239+228+207=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4CF is #101B30. Grayscale: #E4E4E4. Windows color (decimal): -1055537 or 13624559. OLE color: 13624559.
HSL color Cylindrical-coordinate representation of color #EFE4CF: hue angle of 39.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE4CF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 207 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.06 |
| HSL | 39.38º | 0.5% | 0.87% | - |
| HSV(B) | 39.38º | 0.13% | 0.94% | - |
| XYZ | 74.6 | 78.34 | 70.22 | - |
| YUV | 228.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 207 | 0 | 0.05 | 0.13 | 0.06 | 39.38 | 0.5 | 0.87 |
| Hex | EF | E4 | CF | 0 | 5 | D | 6 | 27 | 32 | 57 |
| Octal | 357 | 344 | 317 | 0 | 5 | 15 | 6 | 47 | 62 | 127 |
| Binary | 11101111 | 11100100 | 11001111 | 0 | 101 | 1101 | 110 | 100111 | 110010 | 1010111 |
Color Harmonies of #EFE4CF
Complementary color
Monochromatic Colors of #EFE4CF
Black with #EFE4CF
Text Example
Text Example
White with #EFE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4CF; }
p { color: rgb(239,228,207); }
H1.HeaderClassName
{
color: #EFE4CF;
}
.AnyTagClassName
{
color: #EFE4CF;
}
</style>
background-color css
<style>
a { background-color: #EFE4CF; }
a { background-color: rgb(239,228,207); }
div.DivClassName
{
background-color: #EFE4CF;
}
.BgClassName
{
background-color: #EFE4CF;
}
</style>
border-color css
<style>
span { border-color: #EFE4CF; }
span { border-color: rgb(239,228,207); }
td.TdClassName
{
border-color: #EFE4CF;
}
.TagClassName
{
border-color: #EFE4CF;
}
</style>