Shades of Selective Yellow #EFB70D
Tints of Selective Yellow #EFB70D
RGB
CMYK
RGB Variations
Color information
#EFB70D (or 0xEFB70D) is known color: Selective Yellow. HEX triplet: EF, B7 and 0D. RGB value is (239,183,13). Sum of RGB (Red+Green+Blue) = 239+183+13=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70D is #1048F2. Grayscale: #B5B5B5. Windows color (decimal): -1067251 or 899055. OLE color: 899055.
HSL color Cylindrical-coordinate representation of color #EFB70D: hue angle of 45.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB70D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.06 |
| HSL | 45.13º | 0.9% | 0.49% | - |
| HSV(B) | 45.13º | 0.95% | 0.94% | - |
| XYZ | 52.6 | 52.25 | 7.69 | - |
| YUV | 180.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 13 | 0 | 0.23 | 0.95 | 0.06 | 45.13 | 0.9 | 0.49 |
| Hex | EF | B7 | D | 0 | 17 | 5F | 6 | 2D | 5A | 31 |
| Octal | 357 | 267 | 15 | 0 | 27 | 137 | 6 | 55 | 132 | 61 |
| Binary | 11101111 | 10110111 | 1101 | 0 | 10111 | 1011111 | 110 | 101101 | 1011010 | 110001 |
Color Harmonies of #EFB70D
Complementary color
Monochromatic Colors of #EFB70D
Black with #EFB70D
Text Example
Text Example
White with #EFB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB70D; }
p { color: rgb(239,183,13); }
H1.HeaderClassName
{
color: #EFB70D;
}
.AnyTagClassName
{
color: #EFB70D;
}
</style>
background-color css
<style>
a { background-color: #EFB70D; }
a { background-color: rgb(239,183,13); }
div.DivClassName
{
background-color: #EFB70D;
}
.BgClassName
{
background-color: #EFB70D;
}
</style>
border-color css
<style>
span { border-color: #EFB70D; }
span { border-color: rgb(239,183,13); }
td.TdClassName
{
border-color: #EFB70D;
}
.TagClassName
{
border-color: #EFB70D;
}
</style>