Shades of Selective Yellow #EFB80B
Tints of Selective Yellow #EFB80B
RGB
CMYK
RGB Variations
Color information
#EFB80B (or 0xEFB80B) is known color: Selective Yellow. HEX triplet: EF, B8 and 0B. RGB value is (239,184,11). Sum of RGB (Red+Green+Blue) = 239+184+11=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB80B is #1047F4. Grayscale: #B5B5B5. Windows color (decimal): -1066997 or 768239. OLE color: 768239.
HSL color Cylindrical-coordinate representation of color #EFB80B: hue angle of 45.53º 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 #EFB80B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.06 |
| HSL | 45.53º | 0.91% | 0.49% | - |
| HSV(B) | 45.53º | 0.95% | 0.94% | - |
| XYZ | 52.8 | 52.66 | 7.7 | - |
| YUV | 180.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 11 | 0 | 0.23 | 0.95 | 0.06 | 45.53 | 0.91 | 0.49 |
| Hex | EF | B8 | B | 0 | 17 | 5F | 6 | 2E | 5B | 31 |
| Octal | 357 | 270 | 13 | 0 | 27 | 137 | 6 | 56 | 133 | 61 |
| Binary | 11101111 | 10111000 | 1011 | 0 | 10111 | 1011111 | 110 | 101110 | 1011011 | 110001 |
Color Harmonies of #EFB80B
Complementary color
Monochromatic Colors of #EFB80B
Black with #EFB80B
Text Example
Text Example
White with #EFB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB80B; }
p { color: rgb(239,184,11); }
H1.HeaderClassName
{
color: #EFB80B;
}
.AnyTagClassName
{
color: #EFB80B;
}
</style>
background-color css
<style>
a { background-color: #EFB80B; }
a { background-color: rgb(239,184,11); }
div.DivClassName
{
background-color: #EFB80B;
}
.BgClassName
{
background-color: #EFB80B;
}
</style>
border-color css
<style>
span { border-color: #EFB80B; }
span { border-color: rgb(239,184,11); }
td.TdClassName
{
border-color: #EFB80B;
}
.TagClassName
{
border-color: #EFB80B;
}
</style>