Shades of Selective Yellow #EFB605
Tints of Selective Yellow #EFB605
RGB
CMYK
RGB Variations
Color information
#EFB605 (or 0xEFB605) is known color: Selective Yellow. HEX triplet: EF, B6 and 05. RGB value is (239,182,5). Sum of RGB (Red+Green+Blue) = 239+182+5=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB605 is #1049FA. Grayscale: #B3B3B3. Windows color (decimal): -1067515 or 374511. OLE color: 374511.
HSL color Cylindrical-coordinate representation of color #EFB605: hue angle of 45.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFB605 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.06 |
| HSL | 45.38º | 0.96% | 0.48% | - |
| HSV(B) | 45.38º | 0.98% | 0.94% | - |
| XYZ | 52.35 | 51.82 | 7.39 | - |
| YUV | 178.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 5 | 0 | 0.24 | 0.98 | 0.06 | 45.38 | 0.96 | 0.48 |
| Hex | EF | B6 | 5 | 0 | 18 | 62 | 6 | 2D | 60 | 30 |
| Octal | 357 | 266 | 5 | 0 | 30 | 142 | 6 | 55 | 140 | 60 |
| Binary | 11101111 | 10110110 | 101 | 0 | 11000 | 1100010 | 110 | 101101 | 1100000 | 110000 |
Color Harmonies of #EFB605
Complementary color
Monochromatic Colors of #EFB605
Black with #EFB605
Text Example
Text Example
White with #EFB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB605; }
p { color: rgb(239,182,5); }
H1.HeaderClassName
{
color: #EFB605;
}
.AnyTagClassName
{
color: #EFB605;
}
</style>
background-color css
<style>
a { background-color: #EFB605; }
a { background-color: rgb(239,182,5); }
div.DivClassName
{
background-color: #EFB605;
}
.BgClassName
{
background-color: #EFB605;
}
</style>
border-color css
<style>
span { border-color: #EFB605; }
span { border-color: rgb(239,182,5); }
td.TdClassName
{
border-color: #EFB605;
}
.TagClassName
{
border-color: #EFB605;
}
</style>