Shades of Tangerine Yellow #EFCE01
Tints of Tangerine Yellow #EFCE01
RGB
CMYK
RGB Variations
Color information
#EFCE01 (or 0xEFCE01) is known color: Tangerine Yellow. HEX triplet: EF, CE and 01. RGB value is (239,206,1). Sum of RGB (Red+Green+Blue) = 239+206+1=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCE01 is #1031FE. Grayscale: #C1C1C1. Windows color (decimal): -1061375 or 118511. OLE color: 118511.
HSL color Cylindrical-coordinate representation of color #EFCE01: hue angle of 51.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFCE01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.06 |
| HSL | 51.68º | 0.99% | 0.47% | - |
| HSV(B) | 51.68º | 1% | 0.94% | - |
| XYZ | 57.67 | 62.5 | 9.05 | - |
| YUV | 192.5 | 19.93 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 1 | 0 | 0.14 | 1.00 | 0.06 | 51.68 | 0.99 | 0.47 |
| Hex | EF | CE | 1 | 0 | E | 64 | 6 | 34 | 63 | 2F |
| Octal | 357 | 316 | 1 | 0 | 16 | 144 | 6 | 64 | 143 | 57 |
| Binary | 11101111 | 11001110 | 1 | 0 | 1110 | 1100100 | 110 | 110100 | 1100011 | 101111 |
Color Harmonies of #EFCE01
Complementary color
Monochromatic Colors of #EFCE01
Black with #EFCE01
Text Example
Text Example
White with #EFCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE01; }
p { color: rgb(239,206,1); }
H1.HeaderClassName
{
color: #EFCE01;
}
.AnyTagClassName
{
color: #EFCE01;
}
</style>
background-color css
<style>
a { background-color: #EFCE01; }
a { background-color: rgb(239,206,1); }
div.DivClassName
{
background-color: #EFCE01;
}
.BgClassName
{
background-color: #EFCE01;
}
</style>
border-color css
<style>
span { border-color: #EFCE01; }
span { border-color: rgb(239,206,1); }
td.TdClassName
{
border-color: #EFCE01;
}
.TagClassName
{
border-color: #EFCE01;
}
</style>