Shades of Selective Yellow #EFB30B
Tints of Selective Yellow #EFB30B
RGB
CMYK
RGB Variations
Color information
#EFB30B (or 0xEFB30B) is known color: Selective Yellow. HEX triplet: EF, B3 and 0B. RGB value is (239,179,11). Sum of RGB (Red+Green+Blue) = 239+179+11=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30B is #104CF4. Grayscale: #B2B2B2. Windows color (decimal): -1068277 or 766959. OLE color: 766959.
HSL color Cylindrical-coordinate representation of color #EFB30B: hue angle of 44.21º degrees, saturation: 0.91, 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 #EFB30B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.21º | 0.91% | 0.49% | - |
| HSV(B) | 44.21º | 0.95% | 0.94% | - |
| XYZ | 51.78 | 50.62 | 7.36 | - |
| YUV | 177.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 11 | 0 | 0.25 | 0.95 | 0.06 | 44.21 | 0.91 | 0.49 |
| Hex | EF | B3 | B | 0 | 19 | 5F | 6 | 2C | 5B | 31 |
| Octal | 357 | 263 | 13 | 0 | 31 | 137 | 6 | 54 | 133 | 61 |
| Binary | 11101111 | 10110011 | 1011 | 0 | 11001 | 1011111 | 110 | 101100 | 1011011 | 110001 |
Color Harmonies of #EFB30B
Complementary color
Monochromatic Colors of #EFB30B
Black with #EFB30B
Text Example
Text Example
White with #EFB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB30B; }
p { color: rgb(239,179,11); }
H1.HeaderClassName
{
color: #EFB30B;
}
.AnyTagClassName
{
color: #EFB30B;
}
</style>
background-color css
<style>
a { background-color: #EFB30B; }
a { background-color: rgb(239,179,11); }
div.DivClassName
{
background-color: #EFB30B;
}
.BgClassName
{
background-color: #EFB30B;
}
</style>
border-color css
<style>
span { border-color: #EFB30B; }
span { border-color: rgb(239,179,11); }
td.TdClassName
{
border-color: #EFB30B;
}
.TagClassName
{
border-color: #EFB30B;
}
</style>