Shades of Selective Yellow #EFB20A
Tints of Selective Yellow #EFB20A
RGB
CMYK
RGB Variations
Color information
#EFB20A (or 0xEFB20A) is known color: Selective Yellow. HEX triplet: EF, B2 and 0A. RGB value is (239,178,10). Sum of RGB (Red+Green+Blue) = 239+178+10=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB20A is #104DF5. Grayscale: #B1B1B1. Windows color (decimal): -1068534 or 701167. OLE color: 701167.
HSL color Cylindrical-coordinate representation of color #EFB20A: hue angle of 44.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFB20A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.06 |
| HSL | 44.02º | 0.92% | 0.49% | - |
| HSV(B) | 44.02º | 0.96% | 0.94% | - |
| XYZ | 51.57 | 50.21 | 7.26 | - |
| YUV | 177.09 | 33.71 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 10 | 0 | 0.26 | 0.96 | 0.06 | 44.02 | 0.92 | 0.49 |
| Hex | EF | B2 | A | 0 | 1A | 60 | 6 | 2C | 5C | 31 |
| Octal | 357 | 262 | 12 | 0 | 32 | 140 | 6 | 54 | 134 | 61 |
| Binary | 11101111 | 10110010 | 1010 | 0 | 11010 | 1100000 | 110 | 101100 | 1011100 | 110001 |
Color Harmonies of #EFB20A
Complementary color
Monochromatic Colors of #EFB20A
Black with #EFB20A
Text Example
Text Example
White with #EFB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB20A; }
p { color: rgb(239,178,10); }
H1.HeaderClassName
{
color: #EFB20A;
}
.AnyTagClassName
{
color: #EFB20A;
}
</style>
background-color css
<style>
a { background-color: #EFB20A; }
a { background-color: rgb(239,178,10); }
div.DivClassName
{
background-color: #EFB20A;
}
.BgClassName
{
background-color: #EFB20A;
}
</style>
border-color css
<style>
span { border-color: #EFB20A; }
span { border-color: rgb(239,178,10); }
td.TdClassName
{
border-color: #EFB20A;
}
.TagClassName
{
border-color: #EFB20A;
}
</style>