Shades of Orange White #EFE8CF
Tints of Orange White #EFE8CF
RGB
CMYK
RGB Variations
Color information
#EFE8CF (or 0xEFE8CF) is known color: Orange White. HEX triplet: EF, E8 and CF. RGB value is (239,232,207). Sum of RGB (Red+Green+Blue) = 239+232+207=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CF is #101730. Grayscale: #E7E7E7. Windows color (decimal): -1054513 or 13625583. OLE color: 13625583.
HSL color Cylindrical-coordinate representation of color #EFE8CF: hue angle of 46.88º 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 #EFE8CF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 207 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.06 |
| HSL | 46.88º | 0.5% | 0.87% | - |
| HSV(B) | 46.88º | 0.13% | 0.94% | - |
| XYZ | 75.72 | 80.57 | 70.59 | - |
| YUV | 231.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 207 | 0 | 0.03 | 0.13 | 0.06 | 46.88 | 0.5 | 0.87 |
| Hex | EF | E8 | CF | 0 | 3 | D | 6 | 2F | 32 | 57 |
| Octal | 357 | 350 | 317 | 0 | 3 | 15 | 6 | 57 | 62 | 127 |
| Binary | 11101111 | 11101000 | 11001111 | 0 | 11 | 1101 | 110 | 101111 | 110010 | 1010111 |
Color Harmonies of #EFE8CF
Complementary color
Monochromatic Colors of #EFE8CF
Black with #EFE8CF
Text Example
Text Example
White with #EFE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8CF; }
p { color: rgb(239,232,207); }
H1.HeaderClassName
{
color: #EFE8CF;
}
.AnyTagClassName
{
color: #EFE8CF;
}
</style>
background-color css
<style>
a { background-color: #EFE8CF; }
a { background-color: rgb(239,232,207); }
div.DivClassName
{
background-color: #EFE8CF;
}
.BgClassName
{
background-color: #EFE8CF;
}
</style>
border-color css
<style>
span { border-color: #EFE8CF; }
span { border-color: rgb(239,232,207); }
td.TdClassName
{
border-color: #EFE8CF;
}
.TagClassName
{
border-color: #EFE8CF;
}
</style>