Shades of Selective Yellow #EFB205
Tints of Selective Yellow #EFB205
RGB
CMYK
RGB Variations
Color information
#EFB205 (or 0xEFB205) is known color: Selective Yellow. HEX triplet: EF, B2 and 05. RGB value is (239,178,5). Sum of RGB (Red+Green+Blue) = 239+178+5=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB205 is #104DFA. Grayscale: #B1B1B1. Windows color (decimal): -1068539 or 373487. OLE color: 373487.
HSL color Cylindrical-coordinate representation of color #EFB205: hue angle of 44.36º 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 #EFB205 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.06 |
| HSL | 44.36º | 0.96% | 0.48% | - |
| HSV(B) | 44.36º | 0.98% | 0.94% | - |
| XYZ | 51.54 | 50.2 | 7.12 | - |
| YUV | 176.52 | 31.21 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 5 | 0 | 0.26 | 0.98 | 0.06 | 44.36 | 0.96 | 0.48 |
| Hex | EF | B2 | 5 | 0 | 1A | 62 | 6 | 2C | 60 | 30 |
| Octal | 357 | 262 | 5 | 0 | 32 | 142 | 6 | 54 | 140 | 60 |
| Binary | 11101111 | 10110010 | 101 | 0 | 11010 | 1100010 | 110 | 101100 | 1100000 | 110000 |
Color Harmonies of #EFB205
Complementary color
Monochromatic Colors of #EFB205
Black with #EFB205
Text Example
Text Example
White with #EFB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB205; }
p { color: rgb(239,178,5); }
H1.HeaderClassName
{
color: #EFB205;
}
.AnyTagClassName
{
color: #EFB205;
}
</style>
background-color css
<style>
a { background-color: #EFB205; }
a { background-color: rgb(239,178,5); }
div.DivClassName
{
background-color: #EFB205;
}
.BgClassName
{
background-color: #EFB205;
}
</style>
border-color css
<style>
span { border-color: #EFB205; }
span { border-color: rgb(239,178,5); }
td.TdClassName
{
border-color: #EFB205;
}
.TagClassName
{
border-color: #EFB205;
}
</style>