Shades of Tangerine Yellow #EFCF00
Tints of Tangerine Yellow #EFCF00
RGB
CMYK
RGB Variations
Color information
#EFCF00 (or 0xEFCF00) is known color: Tangerine Yellow. HEX triplet: EF, CF and 00. RGB value is (239,207,0). Sum of RGB (Red+Green+Blue) = 239+207+0=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF00 is #1030FF. Grayscale: #C1C1C1. Windows color (decimal): -1061120 or 53231. OLE color: 53231.
HSL color Cylindrical-coordinate representation of color #EFCF00: hue angle of 51.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFCF00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.06 |
| HSL | 51.97º | 1% | 0.47% | - |
| HSV(B) | 51.97º | 1% | 0.94% | - |
| XYZ | 57.91 | 62.98 | 9.1 | - |
| YUV | 192.97 | 19.1 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 0 | 0 | 0.13 | 1 | 0.06 | 51.97 | 1 | 0.47 |
| Hex | EF | CF | 0 | 0 | D | 64 | 6 | 34 | 64 | 2F |
| Octal | 357 | 317 | 0 | 0 | 15 | 144 | 6 | 64 | 144 | 57 |
| Binary | 11101111 | 11001111 | 0 | 0 | 1101 | 1100100 | 110 | 110100 | 1100100 | 101111 |
Color Harmonies of #EFCF00
Complementary color
Monochromatic Colors of #EFCF00
Black with #EFCF00
Text Example
Text Example
White with #EFCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF00; }
p { color: rgb(239,207,0); }
H1.HeaderClassName
{
color: #EFCF00;
}
.AnyTagClassName
{
color: #EFCF00;
}
</style>
background-color css
<style>
a { background-color: #EFCF00; }
a { background-color: rgb(239,207,0); }
div.DivClassName
{
background-color: #EFCF00;
}
.BgClassName
{
background-color: #EFCF00;
}
</style>
border-color css
<style>
span { border-color: #EFCF00; }
span { border-color: rgb(239,207,0); }
td.TdClassName
{
border-color: #EFCF00;
}
.TagClassName
{
border-color: #EFCF00;
}
</style>