Shades of Selective Yellow #EFB303
Tints of Selective Yellow #EFB303
RGB
CMYK
RGB Variations
Color information
#EFB303 (or 0xEFB303) is known color: Selective Yellow. HEX triplet: EF, B3 and 03. RGB value is (239,179,3). Sum of RGB (Red+Green+Blue) = 239+179+3=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB303 is #104CFC. Grayscale: #B1B1B1. Windows color (decimal): -1068285 or 242671. OLE color: 242671.
HSL color Cylindrical-coordinate representation of color #EFB303: hue angle of 44.75º 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 #EFB303 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.06 |
| HSL | 44.75º | 0.98% | 0.47% | - |
| HSV(B) | 44.75º | 0.99% | 0.94% | - |
| XYZ | 51.73 | 50.6 | 7.13 | - |
| YUV | 176.88 | 29.88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 3 | 0 | 0.25 | 0.99 | 0.06 | 44.75 | 0.98 | 0.47 |
| Hex | EF | B3 | 3 | 0 | 19 | 63 | 6 | 2D | 62 | 2F |
| Octal | 357 | 263 | 3 | 0 | 31 | 143 | 6 | 55 | 142 | 57 |
| Binary | 11101111 | 10110011 | 11 | 0 | 11001 | 1100011 | 110 | 101101 | 1100010 | 101111 |
Color Harmonies of #EFB303
Complementary color
Monochromatic Colors of #EFB303
Black with #EFB303
Text Example
Text Example
White with #EFB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB303; }
p { color: rgb(239,179,3); }
H1.HeaderClassName
{
color: #EFB303;
}
.AnyTagClassName
{
color: #EFB303;
}
</style>
background-color css
<style>
a { background-color: #EFB303; }
a { background-color: rgb(239,179,3); }
div.DivClassName
{
background-color: #EFB303;
}
.BgClassName
{
background-color: #EFB303;
}
</style>
border-color css
<style>
span { border-color: #EFB303; }
span { border-color: rgb(239,179,3); }
td.TdClassName
{
border-color: #EFB303;
}
.TagClassName
{
border-color: #EFB303;
}
</style>