Shades of Selective Yellow #EFB20B
Tints of Selective Yellow #EFB20B
RGB
CMYK
RGB Variations
Color information
#EFB20B (or 0xEFB20B) is known color: Selective Yellow. HEX triplet: EF, B2 and 0B. RGB value is (239,178,11). Sum of RGB (Red+Green+Blue) = 239+178+11=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB20B is #104DF4. Grayscale: #B1B1B1. Windows color (decimal): -1068533 or 766703. OLE color: 766703.
HSL color Cylindrical-coordinate representation of color #EFB20B: hue angle of 43.95º 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 #EFB20B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.06 |
| HSL | 43.95º | 0.91% | 0.49% | - |
| HSV(B) | 43.95º | 0.95% | 0.94% | - |
| XYZ | 51.58 | 50.22 | 7.29 | - |
| YUV | 177.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 11 | 0 | 0.26 | 0.95 | 0.06 | 43.95 | 0.91 | 0.49 |
| Hex | EF | B2 | B | 0 | 1A | 5F | 6 | 2C | 5B | 31 |
| Octal | 357 | 262 | 13 | 0 | 32 | 137 | 6 | 54 | 133 | 61 |
| Binary | 11101111 | 10110010 | 1011 | 0 | 11010 | 1011111 | 110 | 101100 | 1011011 | 110001 |
Color Harmonies of #EFB20B
Complementary color
Monochromatic Colors of #EFB20B
Black with #EFB20B
Text Example
Text Example
White with #EFB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB20B; }
p { color: rgb(239,178,11); }
H1.HeaderClassName
{
color: #EFB20B;
}
.AnyTagClassName
{
color: #EFB20B;
}
</style>
background-color css
<style>
a { background-color: #EFB20B; }
a { background-color: rgb(239,178,11); }
div.DivClassName
{
background-color: #EFB20B;
}
.BgClassName
{
background-color: #EFB20B;
}
</style>
border-color css
<style>
span { border-color: #EFB20B; }
span { border-color: rgb(239,178,11); }
td.TdClassName
{
border-color: #EFB20B;
}
.TagClassName
{
border-color: #EFB20B;
}
</style>