Shades of Bleach White #EFE3CC
Tints of Bleach White #EFE3CC
RGB
CMYK
RGB Variations
Color information
#EFE3CC (or 0xEFE3CC) is known color: Bleach White. HEX triplet: EF, E3 and CC. RGB value is (239,227,204). Sum of RGB (Red+Green+Blue) = 239+227+204=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3CC is #101C33. Grayscale: #E4E4E4. Windows color (decimal): -1055796 or 13427695. OLE color: 13427695.
HSL color Cylindrical-coordinate representation of color #EFE3CC: hue angle of 39.43º degrees, saturation: 0.52, 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 #EFE3CC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 204 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.06 |
| HSL | 39.43º | 0.52% | 0.87% | - |
| HSV(B) | 39.43º | 0.15% | 0.94% | - |
| XYZ | 73.96 | 77.65 | 68.22 | - |
| YUV | 227.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 204 | 0 | 0.05 | 0.15 | 0.06 | 39.43 | 0.52 | 0.87 |
| Hex | EF | E3 | CC | 0 | 5 | F | 6 | 27 | 34 | 57 |
| Octal | 357 | 343 | 314 | 0 | 5 | 17 | 6 | 47 | 64 | 127 |
| Binary | 11101111 | 11100011 | 11001100 | 0 | 101 | 1111 | 110 | 100111 | 110100 | 1010111 |
Color Harmonies of #EFE3CC
Complementary color
Monochromatic Colors of #EFE3CC
Black with #EFE3CC
Text Example
Text Example
White with #EFE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3CC; }
p { color: rgb(239,227,204); }
H1.HeaderClassName
{
color: #EFE3CC;
}
.AnyTagClassName
{
color: #EFE3CC;
}
</style>
background-color css
<style>
a { background-color: #EFE3CC; }
a { background-color: rgb(239,227,204); }
div.DivClassName
{
background-color: #EFE3CC;
}
.BgClassName
{
background-color: #EFE3CC;
}
</style>
border-color css
<style>
span { border-color: #EFE3CC; }
span { border-color: rgb(239,227,204); }
td.TdClassName
{
border-color: #EFE3CC;
}
.TagClassName
{
border-color: #EFE3CC;
}
</style>