Shades of Selective Yellow #EFB409
Tints of Selective Yellow #EFB409
RGB
CMYK
RGB Variations
Color information
#EFB409 (or 0xEFB409) is known color: Selective Yellow. HEX triplet: EF, B4 and 09. RGB value is (239,180,9). Sum of RGB (Red+Green+Blue) = 239+180+9=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB409 is #104BF6. Grayscale: #B2B2B2. Windows color (decimal): -1068023 or 636143. OLE color: 636143.
HSL color Cylindrical-coordinate representation of color #EFB409: hue angle of 44.61º 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 #EFB409 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.06 |
| HSL | 44.61º | 0.93% | 0.49% | - |
| HSV(B) | 44.61º | 0.96% | 0.94% | - |
| XYZ | 51.97 | 51.01 | 7.37 | - |
| YUV | 178.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 9 | 0 | 0.25 | 0.96 | 0.06 | 44.61 | 0.93 | 0.49 |
| Hex | EF | B4 | 9 | 0 | 19 | 60 | 6 | 2D | 5D | 31 |
| Octal | 357 | 264 | 11 | 0 | 31 | 140 | 6 | 55 | 135 | 61 |
| Binary | 11101111 | 10110100 | 1001 | 0 | 11001 | 1100000 | 110 | 101101 | 1011101 | 110001 |
Color Harmonies of #EFB409
Complementary color
Monochromatic Colors of #EFB409
Black with #EFB409
Text Example
Text Example
White with #EFB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB409; }
p { color: rgb(239,180,9); }
H1.HeaderClassName
{
color: #EFB409;
}
.AnyTagClassName
{
color: #EFB409;
}
</style>
background-color css
<style>
a { background-color: #EFB409; }
a { background-color: rgb(239,180,9); }
div.DivClassName
{
background-color: #EFB409;
}
.BgClassName
{
background-color: #EFB409;
}
</style>
border-color css
<style>
span { border-color: #EFB409; }
span { border-color: rgb(239,180,9); }
td.TdClassName
{
border-color: #EFB409;
}
.TagClassName
{
border-color: #EFB409;
}
</style>