Shades of Selective Yellow #EFB406
Tints of Selective Yellow #EFB406
RGB
CMYK
RGB Variations
Color information
#EFB406 (or 0xEFB406) is known color: Selective Yellow. HEX triplet: EF, B4 and 06. RGB value is (239,180,6). Sum of RGB (Red+Green+Blue) = 239+180+6=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB406 is #104BF9. Grayscale: #B2B2B2. Windows color (decimal): -1068026 or 439535. OLE color: 439535.
HSL color Cylindrical-coordinate representation of color #EFB406: hue angle of 44.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB406 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.06 |
| HSL | 44.81º | 0.95% | 0.48% | - |
| HSV(B) | 44.81º | 0.97% | 0.94% | - |
| XYZ | 51.95 | 51.01 | 7.28 | - |
| YUV | 177.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 6 | 0 | 0.25 | 0.97 | 0.06 | 44.81 | 0.95 | 0.48 |
| Hex | EF | B4 | 6 | 0 | 19 | 61 | 6 | 2D | 5F | 30 |
| Octal | 357 | 264 | 6 | 0 | 31 | 141 | 6 | 55 | 137 | 60 |
| Binary | 11101111 | 10110100 | 110 | 0 | 11001 | 1100001 | 110 | 101101 | 1011111 | 110000 |
Color Harmonies of #EFB406
Complementary color
Monochromatic Colors of #EFB406
Black with #EFB406
Text Example
Text Example
White with #EFB406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB406; }
p { color: rgb(239,180,6); }
H1.HeaderClassName
{
color: #EFB406;
}
.AnyTagClassName
{
color: #EFB406;
}
</style>
background-color css
<style>
a { background-color: #EFB406; }
a { background-color: rgb(239,180,6); }
div.DivClassName
{
background-color: #EFB406;
}
.BgClassName
{
background-color: #EFB406;
}
</style>
border-color css
<style>
span { border-color: #EFB406; }
span { border-color: rgb(239,180,6); }
td.TdClassName
{
border-color: #EFB406;
}
.TagClassName
{
border-color: #EFB406;
}
</style>