Shades of Selective Yellow #EFB60D
Tints of Selective Yellow #EFB60D
RGB
CMYK
RGB Variations
Color information
#EFB60D (or 0xEFB60D) is known color: Selective Yellow. HEX triplet: EF, B6 and 0D. RGB value is (239,182,13). Sum of RGB (Red+Green+Blue) = 239+182+13=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB60D is #1049F2. Grayscale: #B4B4B4. Windows color (decimal): -1067507 or 898799. OLE color: 898799.
HSL color Cylindrical-coordinate representation of color #EFB60D: hue angle of 44.87º 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 #EFB60D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.06 |
| HSL | 44.87º | 0.9% | 0.49% | - |
| HSV(B) | 44.87º | 0.95% | 0.94% | - |
| XYZ | 52.4 | 51.84 | 7.62 | - |
| YUV | 179.78 | 33.88 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 13 | 0 | 0.24 | 0.95 | 0.06 | 44.87 | 0.9 | 0.49 |
| Hex | EF | B6 | D | 0 | 18 | 5F | 6 | 2D | 5A | 31 |
| Octal | 357 | 266 | 15 | 0 | 30 | 137 | 6 | 55 | 132 | 61 |
| Binary | 11101111 | 10110110 | 1101 | 0 | 11000 | 1011111 | 110 | 101101 | 1011010 | 110001 |
Color Harmonies of #EFB60D
Complementary color
Monochromatic Colors of #EFB60D
Black with #EFB60D
Text Example
Text Example
White with #EFB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB60D; }
p { color: rgb(239,182,13); }
H1.HeaderClassName
{
color: #EFB60D;
}
.AnyTagClassName
{
color: #EFB60D;
}
</style>
background-color css
<style>
a { background-color: #EFB60D; }
a { background-color: rgb(239,182,13); }
div.DivClassName
{
background-color: #EFB60D;
}
.BgClassName
{
background-color: #EFB60D;
}
</style>
border-color css
<style>
span { border-color: #EFB60D; }
span { border-color: rgb(239,182,13); }
td.TdClassName
{
border-color: #EFB60D;
}
.TagClassName
{
border-color: #EFB60D;
}
</style>