Shades of Selective Yellow #EFB405
Tints of Selective Yellow #EFB405
RGB
CMYK
RGB Variations
Color information
#EFB405 (or 0xEFB405) is known color: Selective Yellow. HEX triplet: EF, B4 and 05. RGB value is (239,180,5). Sum of RGB (Red+Green+Blue) = 239+180+5=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB405 is #104BFA. Grayscale: #B2B2B2. Windows color (decimal): -1068027 or 373999. OLE color: 373999.
HSL color Cylindrical-coordinate representation of color #EFB405: hue angle of 44.87º degrees, saturation: 0.96, 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 #EFB405 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.06 |
| HSL | 44.87º | 0.96% | 0.48% | - |
| HSV(B) | 44.87º | 0.98% | 0.94% | - |
| XYZ | 51.95 | 51 | 7.25 | - |
| YUV | 177.69 | 30.55 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 5 | 0 | 0.25 | 0.98 | 0.06 | 44.87 | 0.96 | 0.48 |
| Hex | EF | B4 | 5 | 0 | 19 | 62 | 6 | 2D | 60 | 30 |
| Octal | 357 | 264 | 5 | 0 | 31 | 142 | 6 | 55 | 140 | 60 |
| Binary | 11101111 | 10110100 | 101 | 0 | 11001 | 1100010 | 110 | 101101 | 1100000 | 110000 |
Color Harmonies of #EFB405
Complementary color
Monochromatic Colors of #EFB405
Black with #EFB405
Text Example
Text Example
White with #EFB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB405; }
p { color: rgb(239,180,5); }
H1.HeaderClassName
{
color: #EFB405;
}
.AnyTagClassName
{
color: #EFB405;
}
</style>
background-color css
<style>
a { background-color: #EFB405; }
a { background-color: rgb(239,180,5); }
div.DivClassName
{
background-color: #EFB405;
}
.BgClassName
{
background-color: #EFB405;
}
</style>
border-color css
<style>
span { border-color: #EFB405; }
span { border-color: rgb(239,180,5); }
td.TdClassName
{
border-color: #EFB405;
}
.TagClassName
{
border-color: #EFB405;
}
</style>