Shades of Yellow #EFF507
Tints of Yellow #EFF507
RGB
CMYK
RGB Variations
Color information
#EFF507 (or 0xEFF507) is known color: Yellow. HEX triplet: EF, F5 and 07. RGB value is (239,245,7). Sum of RGB (Red+Green+Blue) = 239+245+7=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 7 (3.12% from 255 or 1.43% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF507 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF507 is #100AF8. Grayscale: #D9D9D9. Windows color (decimal): -1051385 or 521711. OLE color: 521711.
HSL color Cylindrical-coordinate representation of color #EFF507: hue angle of 61.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF507 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.04 |
| HSL | 61.51º | 0.94% | 0.49% | - |
| HSV(B) | 61.51º | 0.97% | 0.96% | - |
| XYZ | 68.29 | 83.67 | 12.75 | - |
| YUV | 216.07 | 10.01 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 7 | 0.02 | 0 | 0.97 | 0.04 | 61.51 | 0.94 | 0.49 |
| Hex | EF | F5 | 7 | 2 | 0 | 61 | 4 | 3E | 5E | 31 |
| Octal | 357 | 365 | 7 | 2 | 0 | 141 | 4 | 76 | 136 | 61 |
| Binary | 11101111 | 11110101 | 111 | 10 | 0 | 1100001 | 100 | 111110 | 1011110 | 110001 |
Color Harmonies of #EFF507
Complementary color
Monochromatic Colors of #EFF507
Black with #EFF507
Text Example
Text Example
White with #EFF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF507; }
p { color: rgb(239,245,7); }
H1.HeaderClassName
{
color: #EFF507;
}
.AnyTagClassName
{
color: #EFF507;
}
</style>
background-color css
<style>
a { background-color: #EFF507; }
a { background-color: rgb(239,245,7); }
div.DivClassName
{
background-color: #EFF507;
}
.BgClassName
{
background-color: #EFF507;
}
</style>
border-color css
<style>
span { border-color: #EFF507; }
span { border-color: rgb(239,245,7); }
td.TdClassName
{
border-color: #EFF507;
}
.TagClassName
{
border-color: #EFF507;
}
</style>