Shades of Tangerine Yellow #EFCD0B
Tints of Tangerine Yellow #EFCD0B
RGB
CMYK
RGB Variations
Color information
#EFCD0B (or 0xEFCD0B) is known color: Tangerine Yellow. HEX triplet: EF, CD and 0B. RGB value is (239,205,11). Sum of RGB (Red+Green+Blue) = 239+205+11=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD0B is #1032F4. Grayscale: #C1C1C1. Windows color (decimal): -1061621 or 773615. OLE color: 773615.
HSL color Cylindrical-coordinate representation of color #EFCD0B: hue angle of 51.05º degrees, saturation: 0.91, 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 #EFCD0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.06 |
| HSL | 51.05º | 0.91% | 0.49% | - |
| HSV(B) | 51.05º | 0.95% | 0.94% | - |
| XYZ | 57.49 | 62.04 | 9.26 | - |
| YUV | 193.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 11 | 0 | 0.14 | 0.95 | 0.06 | 51.05 | 0.91 | 0.49 |
| Hex | EF | CD | B | 0 | E | 5F | 6 | 33 | 5B | 31 |
| Octal | 357 | 315 | 13 | 0 | 16 | 137 | 6 | 63 | 133 | 61 |
| Binary | 11101111 | 11001101 | 1011 | 0 | 1110 | 1011111 | 110 | 110011 | 1011011 | 110001 |
Color Harmonies of #EFCD0B
Complementary color
Monochromatic Colors of #EFCD0B
Black with #EFCD0B
Text Example
Text Example
White with #EFCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD0B; }
p { color: rgb(239,205,11); }
H1.HeaderClassName
{
color: #EFCD0B;
}
.AnyTagClassName
{
color: #EFCD0B;
}
</style>
background-color css
<style>
a { background-color: #EFCD0B; }
a { background-color: rgb(239,205,11); }
div.DivClassName
{
background-color: #EFCD0B;
}
.BgClassName
{
background-color: #EFCD0B;
}
</style>
border-color css
<style>
span { border-color: #EFCD0B; }
span { border-color: rgb(239,205,11); }
td.TdClassName
{
border-color: #EFCD0B;
}
.TagClassName
{
border-color: #EFCD0B;
}
</style>