Shades of Selective Yellow #EFB404
Tints of Selective Yellow #EFB404
RGB
CMYK
RGB Variations
Color information
#EFB404 (or 0xEFB404) is known color: Selective Yellow. HEX triplet: EF, B4 and 04. RGB value is (239,180,4). Sum of RGB (Red+Green+Blue) = 239+180+4=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB404 is #104BFB. Grayscale: #B2B2B2. Windows color (decimal): -1068028 or 308463. OLE color: 308463.
HSL color Cylindrical-coordinate representation of color #EFB404: hue angle of 44.94º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFB404 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.06 |
| HSL | 44.94º | 0.97% | 0.48% | - |
| HSV(B) | 44.94º | 0.98% | 0.94% | - |
| XYZ | 51.94 | 51 | 7.22 | - |
| YUV | 177.58 | 30.05 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 4 | 0 | 0.25 | 0.98 | 0.06 | 44.94 | 0.97 | 0.48 |
| Hex | EF | B4 | 4 | 0 | 19 | 62 | 6 | 2D | 61 | 30 |
| Octal | 357 | 264 | 4 | 0 | 31 | 142 | 6 | 55 | 141 | 60 |
| Binary | 11101111 | 10110100 | 100 | 0 | 11001 | 1100010 | 110 | 101101 | 1100001 | 110000 |
Color Harmonies of #EFB404
Complementary color
Monochromatic Colors of #EFB404
Black with #EFB404
Text Example
Text Example
White with #EFB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB404; }
p { color: rgb(239,180,4); }
H1.HeaderClassName
{
color: #EFB404;
}
.AnyTagClassName
{
color: #EFB404;
}
</style>
background-color css
<style>
a { background-color: #EFB404; }
a { background-color: rgb(239,180,4); }
div.DivClassName
{
background-color: #EFB404;
}
.BgClassName
{
background-color: #EFB404;
}
</style>
border-color css
<style>
span { border-color: #EFB404; }
span { border-color: rgb(239,180,4); }
td.TdClassName
{
border-color: #EFB404;
}
.TagClassName
{
border-color: #EFB404;
}
</style>