Shades of Bleach White #EFE0C7
Tints of Bleach White #EFE0C7
RGB
CMYK
RGB Variations
Color information
#EFE0C7 (or 0xEFE0C7) is known color: Bleach White. HEX triplet: EF, E0 and C7. RGB value is (239,224,199). Sum of RGB (Red+Green+Blue) = 239+224+199=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C7 is #101F38. Grayscale: #E1E1E1. Windows color (decimal): -1056569 or 13099247. OLE color: 13099247.
HSL color Cylindrical-coordinate representation of color #EFE0C7: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE0C7 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 199 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.06 |
| HSL | 37.5º | 0.56% | 0.86% | - |
| HSV(B) | 37.5º | 0.17% | 0.94% | - |
| XYZ | 72.56 | 75.79 | 64.84 | - |
| YUV | 225.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 199 | 0 | 0.06 | 0.17 | 0.06 | 37.5 | 0.56 | 0.86 |
| Hex | EF | E0 | C7 | 0 | 6 | 11 | 6 | 26 | 38 | 56 |
| Octal | 357 | 340 | 307 | 0 | 6 | 21 | 6 | 46 | 70 | 126 |
| Binary | 11101111 | 11100000 | 11000111 | 0 | 110 | 10001 | 110 | 100110 | 111000 | 1010110 |
Color Harmonies of #EFE0C7
Complementary color
Monochromatic Colors of #EFE0C7
Black with #EFE0C7
Text Example
Text Example
White with #EFE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0C7; }
p { color: rgb(239,224,199); }
H1.HeaderClassName
{
color: #EFE0C7;
}
.AnyTagClassName
{
color: #EFE0C7;
}
</style>
background-color css
<style>
a { background-color: #EFE0C7; }
a { background-color: rgb(239,224,199); }
div.DivClassName
{
background-color: #EFE0C7;
}
.BgClassName
{
background-color: #EFE0C7;
}
</style>
border-color css
<style>
span { border-color: #EFE0C7; }
span { border-color: rgb(239,224,199); }
td.TdClassName
{
border-color: #EFE0C7;
}
.TagClassName
{
border-color: #EFE0C7;
}
</style>