Shades of Selective Yellow #EFB30A
Tints of Selective Yellow #EFB30A
RGB
CMYK
RGB Variations
Color information
#EFB30A (or 0xEFB30A) is known color: Selective Yellow. HEX triplet: EF, B3 and 0A. RGB value is (239,179,10). Sum of RGB (Red+Green+Blue) = 239+179+10=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30A is #104CF5. Grayscale: #B2B2B2. Windows color (decimal): -1068278 or 701423. OLE color: 701423.
HSL color Cylindrical-coordinate representation of color #EFB30A: hue angle of 44.28º 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 #EFB30A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.06 |
| HSL | 44.28º | 0.92% | 0.49% | - |
| HSV(B) | 44.28º | 0.96% | 0.94% | - |
| XYZ | 51.77 | 50.61 | 7.33 | - |
| YUV | 177.67 | 33.38 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 10 | 0 | 0.25 | 0.96 | 0.06 | 44.28 | 0.92 | 0.49 |
| Hex | EF | B3 | A | 0 | 19 | 60 | 6 | 2C | 5C | 31 |
| Octal | 357 | 263 | 12 | 0 | 31 | 140 | 6 | 54 | 134 | 61 |
| Binary | 11101111 | 10110011 | 1010 | 0 | 11001 | 1100000 | 110 | 101100 | 1011100 | 110001 |
Color Harmonies of #EFB30A
Complementary color
Monochromatic Colors of #EFB30A
Black with #EFB30A
Text Example
Text Example
White with #EFB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB30A; }
p { color: rgb(239,179,10); }
H1.HeaderClassName
{
color: #EFB30A;
}
.AnyTagClassName
{
color: #EFB30A;
}
</style>
background-color css
<style>
a { background-color: #EFB30A; }
a { background-color: rgb(239,179,10); }
div.DivClassName
{
background-color: #EFB30A;
}
.BgClassName
{
background-color: #EFB30A;
}
</style>
border-color css
<style>
span { border-color: #EFB30A; }
span { border-color: rgb(239,179,10); }
td.TdClassName
{
border-color: #EFB30A;
}
.TagClassName
{
border-color: #EFB30A;
}
</style>