Shades of Orange White #EFE6CF
Tints of Orange White #EFE6CF
RGB
CMYK
RGB Variations
Color information
#EFE6CF (or 0xEFE6CF) is known color: Orange White. HEX triplet: EF, E6 and CF. RGB value is (239,230,207). Sum of RGB (Red+Green+Blue) = 239+230+207=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CF is #101930. Grayscale: #E6E6E6. Windows color (decimal): -1055025 or 13625071. OLE color: 13625071.
HSL color Cylindrical-coordinate representation of color #EFE6CF: hue angle of 43.12º 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 #EFE6CF is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 207 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.06 |
| HSL | 43.13º | 0.5% | 0.87% | - |
| HSV(B) | 43.13º | 0.13% | 0.94% | - |
| XYZ | 75.16 | 79.45 | 70.41 | - |
| YUV | 230.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 207 | 0 | 0.04 | 0.13 | 0.06 | 43.13 | 0.5 | 0.87 |
| Hex | EF | E6 | CF | 0 | 4 | D | 6 | 2B | 32 | 57 |
| Octal | 357 | 346 | 317 | 0 | 4 | 15 | 6 | 53 | 62 | 127 |
| Binary | 11101111 | 11100110 | 11001111 | 0 | 100 | 1101 | 110 | 101011 | 110010 | 1010111 |
Color Harmonies of #EFE6CF
Complementary color
Monochromatic Colors of #EFE6CF
Black with #EFE6CF
Text Example
Text Example
White with #EFE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6CF; }
p { color: rgb(239,230,207); }
H1.HeaderClassName
{
color: #EFE6CF;
}
.AnyTagClassName
{
color: #EFE6CF;
}
</style>
background-color css
<style>
a { background-color: #EFE6CF; }
a { background-color: rgb(239,230,207); }
div.DivClassName
{
background-color: #EFE6CF;
}
.BgClassName
{
background-color: #EFE6CF;
}
</style>
border-color css
<style>
span { border-color: #EFE6CF; }
span { border-color: rgb(239,230,207); }
td.TdClassName
{
border-color: #EFE6CF;
}
.TagClassName
{
border-color: #EFE6CF;
}
</style>