Shades of Tangerine Yellow #EFCC0B
Tints of Tangerine Yellow #EFCC0B
RGB
CMYK
RGB Variations
Color information
#EFCC0B (or 0xEFCC0B) is known color: Tangerine Yellow. HEX triplet: EF, CC and 0B. RGB value is (239,204,11). Sum of RGB (Red+Green+Blue) = 239+204+11=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC0B is #1033F4. Grayscale: #C1C1C1. Windows color (decimal): -1061877 or 773359. OLE color: 773359.
HSL color Cylindrical-coordinate representation of color #EFCC0B: hue angle of 50.79º 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 #EFCC0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.79º | 0.91% | 0.49% | - |
| HSV(B) | 50.79º | 0.95% | 0.94% | - |
| XYZ | 57.25 | 61.56 | 9.18 | - |
| YUV | 192.46 | 25.6 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 11 | 0 | 0.15 | 0.95 | 0.06 | 50.79 | 0.91 | 0.49 |
| Hex | EF | CC | B | 0 | F | 5F | 6 | 33 | 5B | 31 |
| Octal | 357 | 314 | 13 | 0 | 17 | 137 | 6 | 63 | 133 | 61 |
| Binary | 11101111 | 11001100 | 1011 | 0 | 1111 | 1011111 | 110 | 110011 | 1011011 | 110001 |
Color Harmonies of #EFCC0B
Complementary color
Monochromatic Colors of #EFCC0B
Black with #EFCC0B
Text Example
Text Example
White with #EFCC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC0B; }
p { color: rgb(239,204,11); }
H1.HeaderClassName
{
color: #EFCC0B;
}
.AnyTagClassName
{
color: #EFCC0B;
}
</style>
background-color css
<style>
a { background-color: #EFCC0B; }
a { background-color: rgb(239,204,11); }
div.DivClassName
{
background-color: #EFCC0B;
}
.BgClassName
{
background-color: #EFCC0B;
}
</style>
border-color css
<style>
span { border-color: #EFCC0B; }
span { border-color: rgb(239,204,11); }
td.TdClassName
{
border-color: #EFCC0B;
}
.TagClassName
{
border-color: #EFCC0B;
}
</style>