Shades of Tangerine Yellow #EFCB0B
Tints of Tangerine Yellow #EFCB0B
RGB
CMYK
RGB Variations
Color information
#EFCB0B (or 0xEFCB0B) is known color: Tangerine Yellow. HEX triplet: EF, CB and 0B. RGB value is (239,203,11). Sum of RGB (Red+Green+Blue) = 239+203+11=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB0B is #1034F4. Grayscale: #C0C0C0. Windows color (decimal): -1062133 or 773103. OLE color: 773103.
HSL color Cylindrical-coordinate representation of color #EFCB0B: hue angle of 50.53º 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 #EFCB0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.53º | 0.91% | 0.49% | - |
| HSV(B) | 50.53º | 0.95% | 0.94% | - |
| XYZ | 57.01 | 61.09 | 9.1 | - |
| YUV | 191.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 11 | 0 | 0.15 | 0.95 | 0.06 | 50.53 | 0.91 | 0.49 |
| Hex | EF | CB | B | 0 | F | 5F | 6 | 33 | 5B | 31 |
| Octal | 357 | 313 | 13 | 0 | 17 | 137 | 6 | 63 | 133 | 61 |
| Binary | 11101111 | 11001011 | 1011 | 0 | 1111 | 1011111 | 110 | 110011 | 1011011 | 110001 |
Color Harmonies of #EFCB0B
Complementary color
Monochromatic Colors of #EFCB0B
Black with #EFCB0B
Text Example
Text Example
White with #EFCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB0B; }
p { color: rgb(239,203,11); }
H1.HeaderClassName
{
color: #EFCB0B;
}
.AnyTagClassName
{
color: #EFCB0B;
}
</style>
background-color css
<style>
a { background-color: #EFCB0B; }
a { background-color: rgb(239,203,11); }
div.DivClassName
{
background-color: #EFCB0B;
}
.BgClassName
{
background-color: #EFCB0B;
}
</style>
border-color css
<style>
span { border-color: #EFCB0B; }
span { border-color: rgb(239,203,11); }
td.TdClassName
{
border-color: #EFCB0B;
}
.TagClassName
{
border-color: #EFCB0B;
}
</style>