Shades of Tangerine Yellow #EFCD04
Tints of Tangerine Yellow #EFCD04
RGB
CMYK
RGB Variations
Color information
#EFCD04 (or 0xEFCD04) is known color: Tangerine Yellow. HEX triplet: EF, CD and 04. RGB value is (239,205,4). Sum of RGB (Red+Green+Blue) = 239+205+4=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD04 is #1032FB. Grayscale: #C1C1C1. Windows color (decimal): -1061628 or 314863. OLE color: 314863.
HSL color Cylindrical-coordinate representation of color #EFCD04: hue angle of 51.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFCD04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.06 |
| HSL | 51.32º | 0.97% | 0.48% | - |
| HSV(B) | 51.32º | 0.98% | 0.94% | - |
| XYZ | 57.45 | 62.02 | 9.06 | - |
| YUV | 192.25 | 21.76 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 4 | 0 | 0.14 | 0.98 | 0.06 | 51.32 | 0.97 | 0.48 |
| Hex | EF | CD | 4 | 0 | E | 62 | 6 | 33 | 61 | 30 |
| Octal | 357 | 315 | 4 | 0 | 16 | 142 | 6 | 63 | 141 | 60 |
| Binary | 11101111 | 11001101 | 100 | 0 | 1110 | 1100010 | 110 | 110011 | 1100001 | 110000 |
Color Harmonies of #EFCD04
Complementary color
Monochromatic Colors of #EFCD04
Black with #EFCD04
Text Example
Text Example
White with #EFCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD04; }
p { color: rgb(239,205,4); }
H1.HeaderClassName
{
color: #EFCD04;
}
.AnyTagClassName
{
color: #EFCD04;
}
</style>
background-color css
<style>
a { background-color: #EFCD04; }
a { background-color: rgb(239,205,4); }
div.DivClassName
{
background-color: #EFCD04;
}
.BgClassName
{
background-color: #EFCD04;
}
</style>
border-color css
<style>
span { border-color: #EFCD04; }
span { border-color: rgb(239,205,4); }
td.TdClassName
{
border-color: #EFCD04;
}
.TagClassName
{
border-color: #EFCD04;
}
</style>