Shades of Selective Yellow #EFB702
Tints of Selective Yellow #EFB702
RGB
CMYK
RGB Variations
Color information
#EFB702 (or 0xEFB702) is known color: Selective Yellow. HEX triplet: EF, B7 and 02. RGB value is (239,183,2). Sum of RGB (Red+Green+Blue) = 239+183+2=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB702 is #1048FD. Grayscale: #B3B3B3. Windows color (decimal): -1067262 or 178159. OLE color: 178159.
HSL color Cylindrical-coordinate representation of color #EFB702: hue angle of 45.82º 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 #EFB702 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.06 |
| HSL | 45.82º | 0.98% | 0.47% | - |
| HSV(B) | 45.82º | 0.99% | 0.94% | - |
| XYZ | 52.54 | 52.22 | 7.37 | - |
| YUV | 179.11 | 28.05 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 2 | 0 | 0.23 | 0.99 | 0.06 | 45.82 | 0.98 | 0.47 |
| Hex | EF | B7 | 2 | 0 | 17 | 63 | 6 | 2E | 62 | 2F |
| Octal | 357 | 267 | 2 | 0 | 27 | 143 | 6 | 56 | 142 | 57 |
| Binary | 11101111 | 10110111 | 10 | 0 | 10111 | 1100011 | 110 | 101110 | 1100010 | 101111 |
Color Harmonies of #EFB702
Complementary color
Monochromatic Colors of #EFB702
Black with #EFB702
Text Example
Text Example
White with #EFB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB702; }
p { color: rgb(239,183,2); }
H1.HeaderClassName
{
color: #EFB702;
}
.AnyTagClassName
{
color: #EFB702;
}
</style>
background-color css
<style>
a { background-color: #EFB702; }
a { background-color: rgb(239,183,2); }
div.DivClassName
{
background-color: #EFB702;
}
.BgClassName
{
background-color: #EFB702;
}
</style>
border-color css
<style>
span { border-color: #EFB702; }
span { border-color: rgb(239,183,2); }
td.TdClassName
{
border-color: #EFB702;
}
.TagClassName
{
border-color: #EFB702;
}
</style>