Shades of Bleach White #EFE3CE
Tints of Bleach White #EFE3CE
RGB
CMYK
RGB Variations
Color information
#EFE3CE (or 0xEFE3CE) is known color: Bleach White. HEX triplet: EF, E3 and CE. RGB value is (239,227,206). Sum of RGB (Red+Green+Blue) = 239+227+206=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3CE is #101C31. Grayscale: #E4E4E4. Windows color (decimal): -1055794 or 13558767. OLE color: 13558767.
HSL color Cylindrical-coordinate representation of color #EFE3CE: hue angle of 38.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE3CE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 206 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.06 |
| HSL | 38.18º | 0.51% | 0.87% | - |
| HSV(B) | 38.18º | 0.14% | 0.94% | - |
| XYZ | 74.21 | 77.75 | 69.49 | - |
| YUV | 228.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 206 | 0 | 0.05 | 0.14 | 0.06 | 38.18 | 0.51 | 0.87 |
| Hex | EF | E3 | CE | 0 | 5 | E | 6 | 26 | 33 | 57 |
| Octal | 357 | 343 | 316 | 0 | 5 | 16 | 6 | 46 | 63 | 127 |
| Binary | 11101111 | 11100011 | 11001110 | 0 | 101 | 1110 | 110 | 100110 | 110011 | 1010111 |
Color Harmonies of #EFE3CE
Complementary color
Monochromatic Colors of #EFE3CE
Black with #EFE3CE
Text Example
Text Example
White with #EFE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3CE; }
p { color: rgb(239,227,206); }
H1.HeaderClassName
{
color: #EFE3CE;
}
.AnyTagClassName
{
color: #EFE3CE;
}
</style>
background-color css
<style>
a { background-color: #EFE3CE; }
a { background-color: rgb(239,227,206); }
div.DivClassName
{
background-color: #EFE3CE;
}
.BgClassName
{
background-color: #EFE3CE;
}
</style>
border-color css
<style>
span { border-color: #EFE3CE; }
span { border-color: rgb(239,227,206); }
td.TdClassName
{
border-color: #EFE3CE;
}
.TagClassName
{
border-color: #EFE3CE;
}
</style>