Shades of Bleach White #EFE0CB
Tints of Bleach White #EFE0CB
RGB
CMYK
RGB Variations
Color information
#EFE0CB (or 0xEFE0CB) is known color: Bleach White. HEX triplet: EF, E0 and CB. RGB value is (239,224,203). Sum of RGB (Red+Green+Blue) = 239+224+203=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CB is #101F34. Grayscale: #E2E2E2. Windows color (decimal): -1056565 or 13361391. OLE color: 13361391.
HSL color Cylindrical-coordinate representation of color #EFE0CB: hue angle of 35º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE0CB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 203 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.06 |
| HSL | 35º | 0.53% | 0.87% | - |
| HSV(B) | 35º | 0.15% | 0.94% | - |
| XYZ | 73.03 | 75.97 | 67.32 | - |
| YUV | 226.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 203 | 0 | 0.06 | 0.15 | 0.06 | 35 | 0.53 | 0.87 |
| Hex | EF | E0 | CB | 0 | 6 | F | 6 | 23 | 35 | 57 |
| Octal | 357 | 340 | 313 | 0 | 6 | 17 | 6 | 43 | 65 | 127 |
| Binary | 11101111 | 11100000 | 11001011 | 0 | 110 | 1111 | 110 | 100011 | 110101 | 1010111 |
Color Harmonies of #EFE0CB
Complementary color
Monochromatic Colors of #EFE0CB
Black with #EFE0CB
Text Example
Text Example
White with #EFE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0CB; }
p { color: rgb(239,224,203); }
H1.HeaderClassName
{
color: #EFE0CB;
}
.AnyTagClassName
{
color: #EFE0CB;
}
</style>
background-color css
<style>
a { background-color: #EFE0CB; }
a { background-color: rgb(239,224,203); }
div.DivClassName
{
background-color: #EFE0CB;
}
.BgClassName
{
background-color: #EFE0CB;
}
</style>
border-color css
<style>
span { border-color: #EFE0CB; }
span { border-color: rgb(239,224,203); }
td.TdClassName
{
border-color: #EFE0CB;
}
.TagClassName
{
border-color: #EFE0CB;
}
</style>