Shades of Yellow #EFFD10
Tints of Yellow #EFFD10
RGB
CMYK
RGB Variations
Color information
#EFFD10 (or 0xEFFD10) is known color: Yellow. HEX triplet: EF, FD and 10. RGB value is (239,253,16). Sum of RGB (Red+Green+Blue) = 239+253+16=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD10 is #1002EF. Grayscale: #DEDEDE. Windows color (decimal): -1049328 or 1113583. OLE color: 1113583.
HSL color Cylindrical-coordinate representation of color #EFFD10: hue angle of 63.54º 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 #EFFD10 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 16 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.01 |
| HSL | 63.54º | 0.98% | 0.53% | - |
| HSV(B) | 63.54º | 0.94% | 0.99% | - |
| XYZ | 70.82 | 88.64 | 13.87 | - |
| YUV | 221.8 | 11.86 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 16 | 0.06 | 0 | 0.94 | 0.01 | 63.54 | 0.98 | 0.53 |
| Hex | EF | FD | 10 | 6 | 0 | 5E | 1 | 40 | 62 | 35 |
| Octal | 357 | 375 | 20 | 6 | 0 | 136 | 1 | 100 | 142 | 65 |
| Binary | 11101111 | 11111101 | 10000 | 110 | 0 | 1011110 | 1 | 1000000 | 1100010 | 110101 |
Color Harmonies of #EFFD10
Complementary color
Monochromatic Colors of #EFFD10
Black with #EFFD10
Text Example
Text Example
White with #EFFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD10; }
p { color: rgb(239,253,16); }
H1.HeaderClassName
{
color: #EFFD10;
}
.AnyTagClassName
{
color: #EFFD10;
}
</style>
background-color css
<style>
a { background-color: #EFFD10; }
a { background-color: rgb(239,253,16); }
div.DivClassName
{
background-color: #EFFD10;
}
.BgClassName
{
background-color: #EFFD10;
}
</style>
border-color css
<style>
span { border-color: #EFFD10; }
span { border-color: rgb(239,253,16); }
td.TdClassName
{
border-color: #EFFD10;
}
.TagClassName
{
border-color: #EFFD10;
}
</style>