Shades of Selective Yellow #EFB401
Tints of Selective Yellow #EFB401
RGB
CMYK
RGB Variations
Color information
#EFB401 (or 0xEFB401) is known color: Selective Yellow. HEX triplet: EF, B4 and 01. RGB value is (239,180,1). Sum of RGB (Red+Green+Blue) = 239+180+1=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB401 is #104BFE. Grayscale: #B2B2B2. Windows color (decimal): -1068031 or 111855. OLE color: 111855.
HSL color Cylindrical-coordinate representation of color #EFB401: hue angle of 45.13º 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 #EFB401 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.06 |
| HSL | 45.13º | 0.99% | 0.47% | - |
| HSV(B) | 45.13º | 1% | 0.94% | - |
| XYZ | 51.92 | 51 | 7.14 | - |
| YUV | 177.24 | 28.55 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 1 | 0 | 0.25 | 1.00 | 0.06 | 45.13 | 0.99 | 0.47 |
| Hex | EF | B4 | 1 | 0 | 19 | 64 | 6 | 2D | 63 | 2F |
| Octal | 357 | 264 | 1 | 0 | 31 | 144 | 6 | 55 | 143 | 57 |
| Binary | 11101111 | 10110100 | 1 | 0 | 11001 | 1100100 | 110 | 101101 | 1100011 | 101111 |
Color Harmonies of #EFB401
Complementary color
Monochromatic Colors of #EFB401
Black with #EFB401
Text Example
Text Example
White with #EFB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB401; }
p { color: rgb(239,180,1); }
H1.HeaderClassName
{
color: #EFB401;
}
.AnyTagClassName
{
color: #EFB401;
}
</style>
background-color css
<style>
a { background-color: #EFB401; }
a { background-color: rgb(239,180,1); }
div.DivClassName
{
background-color: #EFB401;
}
.BgClassName
{
background-color: #EFB401;
}
</style>
border-color css
<style>
span { border-color: #EFB401; }
span { border-color: rgb(239,180,1); }
td.TdClassName
{
border-color: #EFB401;
}
.TagClassName
{
border-color: #EFB401;
}
</style>