Shades of Selective Yellow #EFB50A
Tints of Selective Yellow #EFB50A
RGB
CMYK
RGB Variations
Color information
#EFB50A (or 0xEFB50A) is known color: Selective Yellow. HEX triplet: EF, B5 and 0A. RGB value is (239,181,10). Sum of RGB (Red+Green+Blue) = 239+181+10=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB50A is #104AF5. Grayscale: #B3B3B3. Windows color (decimal): -1067766 or 701935. OLE color: 701935.
HSL color Cylindrical-coordinate representation of color #EFB50A: hue angle of 44.8º 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 #EFB50A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.06 |
| HSL | 44.8º | 0.92% | 0.49% | - |
| HSV(B) | 44.8º | 0.96% | 0.94% | - |
| XYZ | 52.18 | 51.42 | 7.46 | - |
| YUV | 178.85 | 32.72 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 10 | 0 | 0.24 | 0.96 | 0.06 | 44.8 | 0.92 | 0.49 |
| Hex | EF | B5 | A | 0 | 18 | 60 | 6 | 2D | 5C | 31 |
| Octal | 357 | 265 | 12 | 0 | 30 | 140 | 6 | 55 | 134 | 61 |
| Binary | 11101111 | 10110101 | 1010 | 0 | 11000 | 1100000 | 110 | 101101 | 1011100 | 110001 |
Color Harmonies of #EFB50A
Complementary color
Monochromatic Colors of #EFB50A
Black with #EFB50A
Text Example
Text Example
White with #EFB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB50A; }
p { color: rgb(239,181,10); }
H1.HeaderClassName
{
color: #EFB50A;
}
.AnyTagClassName
{
color: #EFB50A;
}
</style>
background-color css
<style>
a { background-color: #EFB50A; }
a { background-color: rgb(239,181,10); }
div.DivClassName
{
background-color: #EFB50A;
}
.BgClassName
{
background-color: #EFB50A;
}
</style>
border-color css
<style>
span { border-color: #EFB50A; }
span { border-color: rgb(239,181,10); }
td.TdClassName
{
border-color: #EFB50A;
}
.TagClassName
{
border-color: #EFB50A;
}
</style>