Shades of Tangerine Yellow #EFCF0A
Tints of Tangerine Yellow #EFCF0A
RGB
CMYK
RGB Variations
Color information
#EFCF0A (or 0xEFCF0A) is known color: Tangerine Yellow. HEX triplet: EF, CF and 0A. RGB value is (239,207,10). Sum of RGB (Red+Green+Blue) = 239+207+10=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF0A is #1030F5. Grayscale: #C2C2C2. Windows color (decimal): -1061110 or 708591. OLE color: 708591.
HSL color Cylindrical-coordinate representation of color #EFCF0A: hue angle of 51.62º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFCF0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.06 |
| HSL | 51.62º | 0.92% | 0.49% | - |
| HSV(B) | 51.62º | 0.96% | 0.94% | - |
| XYZ | 57.96 | 63 | 9.39 | - |
| YUV | 194.11 | 24.1 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 10 | 0 | 0.13 | 0.96 | 0.06 | 51.62 | 0.92 | 0.49 |
| Hex | EF | CF | A | 0 | D | 60 | 6 | 34 | 5C | 31 |
| Octal | 357 | 317 | 12 | 0 | 15 | 140 | 6 | 64 | 134 | 61 |
| Binary | 11101111 | 11001111 | 1010 | 0 | 1101 | 1100000 | 110 | 110100 | 1011100 | 110001 |
Color Harmonies of #EFCF0A
Complementary color
Monochromatic Colors of #EFCF0A
Black with #EFCF0A
Text Example
Text Example
White with #EFCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF0A; }
p { color: rgb(239,207,10); }
H1.HeaderClassName
{
color: #EFCF0A;
}
.AnyTagClassName
{
color: #EFCF0A;
}
</style>
background-color css
<style>
a { background-color: #EFCF0A; }
a { background-color: rgb(239,207,10); }
div.DivClassName
{
background-color: #EFCF0A;
}
.BgClassName
{
background-color: #EFCF0A;
}
</style>
border-color css
<style>
span { border-color: #EFCF0A; }
span { border-color: rgb(239,207,10); }
td.TdClassName
{
border-color: #EFCF0A;
}
.TagClassName
{
border-color: #EFCF0A;
}
</style>