Shades of Selective Yellow #EFB403
Tints of Selective Yellow #EFB403
RGB
CMYK
RGB Variations
Color information
#EFB403 (or 0xEFB403) is known color: Selective Yellow. HEX triplet: EF, B4 and 03. RGB value is (239,180,3). Sum of RGB (Red+Green+Blue) = 239+180+3=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB403 is #104BFC. Grayscale: #B2B2B2. Windows color (decimal): -1068029 or 242927. OLE color: 242927.
HSL color Cylindrical-coordinate representation of color #EFB403: hue angle of 45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFB403 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.06 |
| HSL | 45º | 0.98% | 0.47% | - |
| HSV(B) | 45º | 0.99% | 0.94% | - |
| XYZ | 51.93 | 51 | 7.19 | - |
| YUV | 177.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 3 | 0 | 0.25 | 0.99 | 0.06 | 45 | 0.98 | 0.47 |
| Hex | EF | B4 | 3 | 0 | 19 | 63 | 6 | 2D | 62 | 2F |
| Octal | 357 | 264 | 3 | 0 | 31 | 143 | 6 | 55 | 142 | 57 |
| Binary | 11101111 | 10110100 | 11 | 0 | 11001 | 1100011 | 110 | 101101 | 1100010 | 101111 |
Color Harmonies of #EFB403
Complementary color
Monochromatic Colors of #EFB403
Black with #EFB403
Text Example
Text Example
White with #EFB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB403; }
p { color: rgb(239,180,3); }
H1.HeaderClassName
{
color: #EFB403;
}
.AnyTagClassName
{
color: #EFB403;
}
</style>
background-color css
<style>
a { background-color: #EFB403; }
a { background-color: rgb(239,180,3); }
div.DivClassName
{
background-color: #EFB403;
}
.BgClassName
{
background-color: #EFB403;
}
</style>
border-color css
<style>
span { border-color: #EFB403; }
span { border-color: rgb(239,180,3); }
td.TdClassName
{
border-color: #EFB403;
}
.TagClassName
{
border-color: #EFB403;
}
</style>