Shades of Orange White #EFE7CF
Tints of Orange White #EFE7CF
RGB
CMYK
RGB Variations
Color information
#EFE7CF (or 0xEFE7CF) is known color: Orange White. HEX triplet: EF, E7 and CF. RGB value is (239,231,207). Sum of RGB (Red+Green+Blue) = 239+231+207=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CF is #101830. Grayscale: #E6E6E6. Windows color (decimal): -1054769 or 13625327. OLE color: 13625327.
HSL color Cylindrical-coordinate representation of color #EFE7CF: hue angle of 45º 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 #EFE7CF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 207 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.06 |
| HSL | 45º | 0.5% | 0.87% | - |
| HSV(B) | 45º | 0.13% | 0.94% | - |
| XYZ | 75.44 | 80.01 | 70.5 | - |
| YUV | 230.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 207 | 0 | 0.03 | 0.13 | 0.06 | 45 | 0.5 | 0.87 |
| Hex | EF | E7 | CF | 0 | 3 | D | 6 | 2D | 32 | 57 |
| Octal | 357 | 347 | 317 | 0 | 3 | 15 | 6 | 55 | 62 | 127 |
| Binary | 11101111 | 11100111 | 11001111 | 0 | 11 | 1101 | 110 | 101101 | 110010 | 1010111 |
Color Harmonies of #EFE7CF
Complementary color
Monochromatic Colors of #EFE7CF
Black with #EFE7CF
Text Example
Text Example
White with #EFE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7CF; }
p { color: rgb(239,231,207); }
H1.HeaderClassName
{
color: #EFE7CF;
}
.AnyTagClassName
{
color: #EFE7CF;
}
</style>
background-color css
<style>
a { background-color: #EFE7CF; }
a { background-color: rgb(239,231,207); }
div.DivClassName
{
background-color: #EFE7CF;
}
.BgClassName
{
background-color: #EFE7CF;
}
</style>
border-color css
<style>
span { border-color: #EFE7CF; }
span { border-color: rgb(239,231,207); }
td.TdClassName
{
border-color: #EFE7CF;
}
.TagClassName
{
border-color: #EFE7CF;
}
</style>