Shades of Selective Yellow #EFB009
Tints of Selective Yellow #EFB009
RGB
CMYK
RGB Variations
Color information
#EFB009 (or 0xEFB009) is known color: Selective Yellow. HEX triplet: EF, B0 and 09. RGB value is (239,176,9). Sum of RGB (Red+Green+Blue) = 239+176+9=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB009 is #104FF6. Grayscale: #B0B0B0. Windows color (decimal): -1069047 or 635119. OLE color: 635119.
HSL color Cylindrical-coordinate representation of color #EFB009: hue angle of 43.57º degrees, saturation: 0.93, 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 #EFB009 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.06 |
| HSL | 43.57º | 0.93% | 0.49% | - |
| HSV(B) | 43.57º | 0.96% | 0.94% | - |
| XYZ | 51.17 | 49.42 | 7.1 | - |
| YUV | 175.8 | 33.87 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 9 | 0 | 0.26 | 0.96 | 0.06 | 43.57 | 0.93 | 0.49 |
| Hex | EF | B0 | 9 | 0 | 1A | 60 | 6 | 2C | 5D | 31 |
| Octal | 357 | 260 | 11 | 0 | 32 | 140 | 6 | 54 | 135 | 61 |
| Binary | 11101111 | 10110000 | 1001 | 0 | 11010 | 1100000 | 110 | 101100 | 1011101 | 110001 |
Color Harmonies of #EFB009
Complementary color
Monochromatic Colors of #EFB009
Black with #EFB009
Text Example
Text Example
White with #EFB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB009; }
p { color: rgb(239,176,9); }
H1.HeaderClassName
{
color: #EFB009;
}
.AnyTagClassName
{
color: #EFB009;
}
</style>
background-color css
<style>
a { background-color: #EFB009; }
a { background-color: rgb(239,176,9); }
div.DivClassName
{
background-color: #EFB009;
}
.BgClassName
{
background-color: #EFB009;
}
</style>
border-color css
<style>
span { border-color: #EFB009; }
span { border-color: rgb(239,176,9); }
td.TdClassName
{
border-color: #EFB009;
}
.TagClassName
{
border-color: #EFB009;
}
</style>