Shades of Selective Yellow #EFB30D
Tints of Selective Yellow #EFB30D
RGB
CMYK
RGB Variations
Color information
#EFB30D (or 0xEFB30D) is known color: Selective Yellow. HEX triplet: EF, B3 and 0D. RGB value is (239,179,13). Sum of RGB (Red+Green+Blue) = 239+179+13=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30D is #104CF2. Grayscale: #B2B2B2. Windows color (decimal): -1068275 or 898031. OLE color: 898031.
HSL color Cylindrical-coordinate representation of color #EFB30D: hue angle of 44.07º 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 #EFB30D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.07º | 0.9% | 0.49% | - |
| HSV(B) | 44.07º | 0.95% | 0.94% | - |
| XYZ | 51.79 | 50.62 | 7.42 | - |
| YUV | 178.02 | 34.88 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 13 | 0 | 0.25 | 0.95 | 0.06 | 44.07 | 0.9 | 0.49 |
| Hex | EF | B3 | D | 0 | 19 | 5F | 6 | 2C | 5A | 31 |
| Octal | 357 | 263 | 15 | 0 | 31 | 137 | 6 | 54 | 132 | 61 |
| Binary | 11101111 | 10110011 | 1101 | 0 | 11001 | 1011111 | 110 | 101100 | 1011010 | 110001 |
Color Harmonies of #EFB30D
Complementary color
Monochromatic Colors of #EFB30D
Black with #EFB30D
Text Example
Text Example
White with #EFB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB30D; }
p { color: rgb(239,179,13); }
H1.HeaderClassName
{
color: #EFB30D;
}
.AnyTagClassName
{
color: #EFB30D;
}
</style>
background-color css
<style>
a { background-color: #EFB30D; }
a { background-color: rgb(239,179,13); }
div.DivClassName
{
background-color: #EFB30D;
}
.BgClassName
{
background-color: #EFB30D;
}
</style>
border-color css
<style>
span { border-color: #EFB30D; }
span { border-color: rgb(239,179,13); }
td.TdClassName
{
border-color: #EFB30D;
}
.TagClassName
{
border-color: #EFB30D;
}
</style>