Shades of Yellow #EFFC10
Tints of Yellow #EFFC10
RGB
CMYK
RGB Variations
Color information
#EFFC10 (or 0xEFFC10) is known color: Yellow. HEX triplet: EF, FC and 10. RGB value is (239,252,16). Sum of RGB (Red+Green+Blue) = 239+252+16=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 16 (6.64% from 255 or 3.16% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC10 is #1003EF. Grayscale: #DEDEDE. Windows color (decimal): -1049584 or 1113327. OLE color: 1113327.
HSL color Cylindrical-coordinate representation of color #EFFC10: hue angle of 63.31º 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 #EFFC10 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 16 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.01 |
| HSL | 63.31º | 0.98% | 0.53% | - |
| HSV(B) | 63.31º | 0.94% | 0.99% | - |
| XYZ | 70.5 | 88.01 | 13.76 | - |
| YUV | 221.21 | 12.19 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 16 | 0.05 | 0 | 0.94 | 0.01 | 63.31 | 0.98 | 0.53 |
| Hex | EF | FC | 10 | 5 | 0 | 5E | 1 | 3F | 62 | 35 |
| Octal | 357 | 374 | 20 | 5 | 0 | 136 | 1 | 77 | 142 | 65 |
| Binary | 11101111 | 11111100 | 10000 | 101 | 0 | 1011110 | 1 | 111111 | 1100010 | 110101 |
Color Harmonies of #EFFC10
Complementary color
Monochromatic Colors of #EFFC10
Black with #EFFC10
Text Example
Text Example
White with #EFFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC10; }
p { color: rgb(239,252,16); }
H1.HeaderClassName
{
color: #EFFC10;
}
.AnyTagClassName
{
color: #EFFC10;
}
</style>
background-color css
<style>
a { background-color: #EFFC10; }
a { background-color: rgb(239,252,16); }
div.DivClassName
{
background-color: #EFFC10;
}
.BgClassName
{
background-color: #EFFC10;
}
</style>
border-color css
<style>
span { border-color: #EFFC10; }
span { border-color: rgb(239,252,16); }
td.TdClassName
{
border-color: #EFFC10;
}
.TagClassName
{
border-color: #EFFC10;
}
</style>