Shades of Selective Yellow #EFB40E
Tints of Selective Yellow #EFB40E
RGB
CMYK
RGB Variations
Color information
#EFB40E (or 0xEFB40E) is known color: Selective Yellow. HEX triplet: EF, B4 and 0E. RGB value is (239,180,14). Sum of RGB (Red+Green+Blue) = 239+180+14=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40E is #104BF1. Grayscale: #B3B3B3. Windows color (decimal): -1068018 or 963823. OLE color: 963823.
HSL color Cylindrical-coordinate representation of color #EFB40E: hue angle of 44.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB40E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.06 |
| HSL | 44.27º | 0.89% | 0.5% | - |
| HSV(B) | 44.27º | 0.94% | 0.94% | - |
| XYZ | 52 | 51.02 | 7.52 | - |
| YUV | 178.72 | 35.05 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 14 | 0 | 0.25 | 0.94 | 0.06 | 44.27 | 0.89 | 0.5 |
| Hex | EF | B4 | E | 0 | 19 | 5E | 6 | 2C | 59 | 32 |
| Octal | 357 | 264 | 16 | 0 | 31 | 136 | 6 | 54 | 131 | 62 |
| Binary | 11101111 | 10110100 | 1110 | 0 | 11001 | 1011110 | 110 | 101100 | 1011001 | 110010 |
Color Harmonies of #EFB40E
Complementary color
Monochromatic Colors of #EFB40E
Black with #EFB40E
Text Example
Text Example
White with #EFB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB40E; }
p { color: rgb(239,180,14); }
H1.HeaderClassName
{
color: #EFB40E;
}
.AnyTagClassName
{
color: #EFB40E;
}
</style>
background-color css
<style>
a { background-color: #EFB40E; }
a { background-color: rgb(239,180,14); }
div.DivClassName
{
background-color: #EFB40E;
}
.BgClassName
{
background-color: #EFB40E;
}
</style>
border-color css
<style>
span { border-color: #EFB40E; }
span { border-color: rgb(239,180,14); }
td.TdClassName
{
border-color: #EFB40E;
}
.TagClassName
{
border-color: #EFB40E;
}
</style>