Shades of Yellow #EFFD0F
Tints of Yellow #EFFD0F
RGB
CMYK
RGB Variations
Color information
#EFFD0F (or 0xEFFD0F) is known color: Yellow. HEX triplet: EF, FD and 0F. RGB value is (239,253,15). Sum of RGB (Red+Green+Blue) = 239+253+15=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 15 (6.25% from 255 or 2.96% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD0F is #1002F0. Grayscale: #DEDEDE. Windows color (decimal): -1049329 or 1048047. OLE color: 1048047.
HSL color Cylindrical-coordinate representation of color #EFFD0F: hue angle of 63.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFFD0F is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 15 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.01 |
| HSL | 63.53º | 0.98% | 0.53% | - |
| HSV(B) | 63.53º | 0.94% | 0.99% | - |
| XYZ | 70.81 | 88.64 | 13.83 | - |
| YUV | 221.68 | 11.36 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 15 | 0.06 | 0 | 0.94 | 0.01 | 63.53 | 0.98 | 0.53 |
| Hex | EF | FD | F | 6 | 0 | 5E | 1 | 40 | 62 | 35 |
| Octal | 357 | 375 | 17 | 6 | 0 | 136 | 1 | 100 | 142 | 65 |
| Binary | 11101111 | 11111101 | 1111 | 110 | 0 | 1011110 | 1 | 1000000 | 1100010 | 110101 |
Color Harmonies of #EFFD0F
Complementary color
Monochromatic Colors of #EFFD0F
Black with #EFFD0F
Text Example
Text Example
White with #EFFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD0F; }
p { color: rgb(239,253,15); }
H1.HeaderClassName
{
color: #EFFD0F;
}
.AnyTagClassName
{
color: #EFFD0F;
}
</style>
background-color css
<style>
a { background-color: #EFFD0F; }
a { background-color: rgb(239,253,15); }
div.DivClassName
{
background-color: #EFFD0F;
}
.BgClassName
{
background-color: #EFFD0F;
}
</style>
border-color css
<style>
span { border-color: #EFFD0F; }
span { border-color: rgb(239,253,15); }
td.TdClassName
{
border-color: #EFFD0F;
}
.TagClassName
{
border-color: #EFFD0F;
}
</style>