Shades of Selective Yellow #EFB008
Tints of Selective Yellow #EFB008
RGB
CMYK
RGB Variations
Color information
#EFB008 (or 0xEFB008) is known color: Selective Yellow. HEX triplet: EF, B0 and 08. RGB value is (239,176,8). Sum of RGB (Red+Green+Blue) = 239+176+8=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB008 is #104FF7. Grayscale: #B0B0B0. Windows color (decimal): -1069048 or 569583. OLE color: 569583.
HSL color Cylindrical-coordinate representation of color #EFB008: hue angle of 43.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB008 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 8 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.06 |
| HSL | 43.64º | 0.94% | 0.48% | - |
| HSV(B) | 43.64º | 0.97% | 0.94% | - |
| XYZ | 51.17 | 49.42 | 7.07 | - |
| YUV | 175.69 | 33.37 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 8 | 0 | 0.26 | 0.97 | 0.06 | 43.64 | 0.94 | 0.48 |
| Hex | EF | B0 | 8 | 0 | 1A | 61 | 6 | 2C | 5E | 30 |
| Octal | 357 | 260 | 10 | 0 | 32 | 141 | 6 | 54 | 136 | 60 |
| Binary | 11101111 | 10110000 | 1000 | 0 | 11010 | 1100001 | 110 | 101100 | 1011110 | 110000 |
Color Harmonies of #EFB008
Complementary color
Monochromatic Colors of #EFB008
Black with #EFB008
Text Example
Text Example
White with #EFB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB008; }
p { color: rgb(239,176,8); }
H1.HeaderClassName
{
color: #EFB008;
}
.AnyTagClassName
{
color: #EFB008;
}
</style>
background-color css
<style>
a { background-color: #EFB008; }
a { background-color: rgb(239,176,8); }
div.DivClassName
{
background-color: #EFB008;
}
.BgClassName
{
background-color: #EFB008;
}
</style>
border-color css
<style>
span { border-color: #EFB008; }
span { border-color: rgb(239,176,8); }
td.TdClassName
{
border-color: #EFB008;
}
.TagClassName
{
border-color: #EFB008;
}
</style>