Shades of Selective Yellow #EFB40D
Tints of Selective Yellow #EFB40D
RGB
CMYK
RGB Variations
Color information
#EFB40D (or 0xEFB40D) is known color: Selective Yellow. HEX triplet: EF, B4 and 0D. RGB value is (239,180,13). Sum of RGB (Red+Green+Blue) = 239+180+13=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40D is #104BF2. Grayscale: #B3B3B3. Windows color (decimal): -1068019 or 898287. OLE color: 898287.
HSL color Cylindrical-coordinate representation of color #EFB40D: hue angle of 44.34º 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 #EFB40D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.34º | 0.9% | 0.49% | - |
| HSV(B) | 44.34º | 0.95% | 0.94% | - |
| XYZ | 51.99 | 51.02 | 7.49 | - |
| YUV | 178.6 | 34.55 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 13 | 0 | 0.25 | 0.95 | 0.06 | 44.34 | 0.9 | 0.49 |
| Hex | EF | B4 | D | 0 | 19 | 5F | 6 | 2C | 5A | 31 |
| Octal | 357 | 264 | 15 | 0 | 31 | 137 | 6 | 54 | 132 | 61 |
| Binary | 11101111 | 10110100 | 1101 | 0 | 11001 | 1011111 | 110 | 101100 | 1011010 | 110001 |
Color Harmonies of #EFB40D
Complementary color
Monochromatic Colors of #EFB40D
Black with #EFB40D
Text Example
Text Example
White with #EFB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB40D; }
p { color: rgb(239,180,13); }
H1.HeaderClassName
{
color: #EFB40D;
}
.AnyTagClassName
{
color: #EFB40D;
}
</style>
background-color css
<style>
a { background-color: #EFB40D; }
a { background-color: rgb(239,180,13); }
div.DivClassName
{
background-color: #EFB40D;
}
.BgClassName
{
background-color: #EFB40D;
}
</style>
border-color css
<style>
span { border-color: #EFB40D; }
span { border-color: rgb(239,180,13); }
td.TdClassName
{
border-color: #EFB40D;
}
.TagClassName
{
border-color: #EFB40D;
}
</style>