Shades of Yellow #EFF905
Tints of Yellow #EFF905
RGB
CMYK
RGB Variations
Color information
#EFF905 (or 0xEFF905) is known color: Yellow. HEX triplet: EF, F9 and 05. RGB value is (239,249,5). Sum of RGB (Red+Green+Blue) = 239+249+5=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 5 (2.34% from 255 or 1.01% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF905 is #1006FA. Grayscale: #DBDBDB. Windows color (decimal): -1050363 or 391663. OLE color: 391663.
HSL color Cylindrical-coordinate representation of color #EFF905: hue angle of 62.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF905 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.02 |
| HSL | 62.46º | 0.96% | 0.5% | - |
| HSV(B) | 62.46º | 0.98% | 0.98% | - |
| XYZ | 69.5 | 86.11 | 13.1 | - |
| YUV | 218.19 | 7.69 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 5 | 0.04 | 0 | 0.98 | 0.02 | 62.46 | 0.96 | 0.5 |
| Hex | EF | F9 | 5 | 4 | 0 | 62 | 2 | 3E | 60 | 32 |
| Octal | 357 | 371 | 5 | 4 | 0 | 142 | 2 | 76 | 140 | 62 |
| Binary | 11101111 | 11111001 | 101 | 100 | 0 | 1100010 | 10 | 111110 | 1100000 | 110010 |
Color Harmonies of #EFF905
Complementary color
Monochromatic Colors of #EFF905
Black with #EFF905
Text Example
Text Example
White with #EFF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF905; }
p { color: rgb(239,249,5); }
H1.HeaderClassName
{
color: #EFF905;
}
.AnyTagClassName
{
color: #EFF905;
}
</style>
background-color css
<style>
a { background-color: #EFF905; }
a { background-color: rgb(239,249,5); }
div.DivClassName
{
background-color: #EFF905;
}
.BgClassName
{
background-color: #EFF905;
}
</style>
border-color css
<style>
span { border-color: #EFF905; }
span { border-color: rgb(239,249,5); }
td.TdClassName
{
border-color: #EFF905;
}
.TagClassName
{
border-color: #EFF905;
}
</style>