Shades of Selective Yellow #EFB305
Tints of Selective Yellow #EFB305
RGB
CMYK
RGB Variations
Color information
#EFB305 (or 0xEFB305) is known color: Selective Yellow. HEX triplet: EF, B3 and 05. RGB value is (239,179,5). Sum of RGB (Red+Green+Blue) = 239+179+5=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB305 is #104CFA. Grayscale: #B1B1B1. Windows color (decimal): -1068283 or 373743. OLE color: 373743.
HSL color Cylindrical-coordinate representation of color #EFB305: hue angle of 44.62º 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 #EFB305 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.06 |
| HSL | 44.62º | 0.96% | 0.48% | - |
| HSV(B) | 44.62º | 0.98% | 0.94% | - |
| XYZ | 51.74 | 50.6 | 7.18 | - |
| YUV | 177.1 | 30.88 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 5 | 0 | 0.25 | 0.98 | 0.06 | 44.62 | 0.96 | 0.48 |
| Hex | EF | B3 | 5 | 0 | 19 | 62 | 6 | 2D | 60 | 30 |
| Octal | 357 | 263 | 5 | 0 | 31 | 142 | 6 | 55 | 140 | 60 |
| Binary | 11101111 | 10110011 | 101 | 0 | 11001 | 1100010 | 110 | 101101 | 1100000 | 110000 |
Color Harmonies of #EFB305
Complementary color
Monochromatic Colors of #EFB305
Black with #EFB305
Text Example
Text Example
White with #EFB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB305; }
p { color: rgb(239,179,5); }
H1.HeaderClassName
{
color: #EFB305;
}
.AnyTagClassName
{
color: #EFB305;
}
</style>
background-color css
<style>
a { background-color: #EFB305; }
a { background-color: rgb(239,179,5); }
div.DivClassName
{
background-color: #EFB305;
}
.BgClassName
{
background-color: #EFB305;
}
</style>
border-color css
<style>
span { border-color: #EFB305; }
span { border-color: rgb(239,179,5); }
td.TdClassName
{
border-color: #EFB305;
}
.TagClassName
{
border-color: #EFB305;
}
</style>