Shades of Tangerine Yellow #EFCF0D
Tints of Tangerine Yellow #EFCF0D
RGB
CMYK
RGB Variations
Color information
#EFCF0D (or 0xEFCF0D) is known color: Tangerine Yellow. HEX triplet: EF, CF and 0D. RGB value is (239,207,13). Sum of RGB (Red+Green+Blue) = 239+207+13=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF0D is #1030F2. Grayscale: #C3C3C3. Windows color (decimal): -1061107 or 905199. OLE color: 905199.
HSL color Cylindrical-coordinate representation of color #EFCF0D: hue angle of 51.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFCF0D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.06 |
| HSL | 51.5º | 0.9% | 0.49% | - |
| HSV(B) | 51.5º | 0.95% | 0.94% | - |
| XYZ | 57.98 | 63.01 | 9.49 | - |
| YUV | 194.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 13 | 0 | 0.13 | 0.95 | 0.06 | 51.5 | 0.9 | 0.49 |
| Hex | EF | CF | D | 0 | D | 5F | 6 | 34 | 5A | 31 |
| Octal | 357 | 317 | 15 | 0 | 15 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11101111 | 11001111 | 1101 | 0 | 1101 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #EFCF0D
Complementary color
Monochromatic Colors of #EFCF0D
Black with #EFCF0D
Text Example
Text Example
White with #EFCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF0D; }
p { color: rgb(239,207,13); }
H1.HeaderClassName
{
color: #EFCF0D;
}
.AnyTagClassName
{
color: #EFCF0D;
}
</style>
background-color css
<style>
a { background-color: #EFCF0D; }
a { background-color: rgb(239,207,13); }
div.DivClassName
{
background-color: #EFCF0D;
}
.BgClassName
{
background-color: #EFCF0D;
}
</style>
border-color css
<style>
span { border-color: #EFCF0D; }
span { border-color: rgb(239,207,13); }
td.TdClassName
{
border-color: #EFCF0D;
}
.TagClassName
{
border-color: #EFCF0D;
}
</style>