Shades of Yellow #EFF705
Tints of Yellow #EFF705
RGB
CMYK
RGB Variations
Color information
#EFF705 (or 0xEFF705) is known color: Yellow. HEX triplet: EF, F7 and 05. RGB value is (239,247,5). Sum of RGB (Red+Green+Blue) = 239+247+5=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF705 is #1008FA. Grayscale: #D9D9D9. Windows color (decimal): -1050875 or 391151. OLE color: 391151.
HSL color Cylindrical-coordinate representation of color #EFF705: hue angle of 61.98º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF705 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.03 |
| HSL | 61.98º | 0.96% | 0.49% | - |
| HSV(B) | 61.98º | 0.98% | 0.97% | - |
| XYZ | 68.88 | 84.88 | 12.9 | - |
| YUV | 217.02 | 8.35 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 5 | 0.03 | 0 | 0.98 | 0.03 | 61.98 | 0.96 | 0.49 |
| Hex | EF | F7 | 5 | 3 | 0 | 62 | 3 | 3E | 60 | 31 |
| Octal | 357 | 367 | 5 | 3 | 0 | 142 | 3 | 76 | 140 | 61 |
| Binary | 11101111 | 11110111 | 101 | 11 | 0 | 1100010 | 11 | 111110 | 1100000 | 110001 |
Color Harmonies of #EFF705
Complementary color
Monochromatic Colors of #EFF705
Black with #EFF705
Text Example
Text Example
White with #EFF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF705; }
p { color: rgb(239,247,5); }
H1.HeaderClassName
{
color: #EFF705;
}
.AnyTagClassName
{
color: #EFF705;
}
</style>
background-color css
<style>
a { background-color: #EFF705; }
a { background-color: rgb(239,247,5); }
div.DivClassName
{
background-color: #EFF705;
}
.BgClassName
{
background-color: #EFF705;
}
</style>
border-color css
<style>
span { border-color: #EFF705; }
span { border-color: rgb(239,247,5); }
td.TdClassName
{
border-color: #EFF705;
}
.TagClassName
{
border-color: #EFF705;
}
</style>