Shades of Yellow #EFFC0A
Tints of Yellow #EFFC0A
RGB
CMYK
RGB Variations
Color information
#EFFC0A (or 0xEFFC0A) is known color: Yellow. HEX triplet: EF, FC and 0A. RGB value is (239,252,10). Sum of RGB (Red+Green+Blue) = 239+252+10=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC0A is #1003F5. Grayscale: #DDDDDD. Windows color (decimal): -1049590 or 720111. OLE color: 720111.
HSL color Cylindrical-coordinate representation of color #EFFC0A: hue angle of 63.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFFC0A is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 10 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.01 |
| HSL | 63.22º | 0.98% | 0.51% | - |
| HSV(B) | 63.22º | 0.96% | 0.99% | - |
| XYZ | 70.46 | 87.99 | 13.56 | - |
| YUV | 220.53 | 9.19 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 10 | 0.05 | 0 | 0.96 | 0.01 | 63.22 | 0.98 | 0.51 |
| Hex | EF | FC | A | 5 | 0 | 60 | 1 | 3F | 62 | 33 |
| Octal | 357 | 374 | 12 | 5 | 0 | 140 | 1 | 77 | 142 | 63 |
| Binary | 11101111 | 11111100 | 1010 | 101 | 0 | 1100000 | 1 | 111111 | 1100010 | 110011 |
Color Harmonies of #EFFC0A
Complementary color
Monochromatic Colors of #EFFC0A
Black with #EFFC0A
Text Example
Text Example
White with #EFFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC0A; }
p { color: rgb(239,252,10); }
H1.HeaderClassName
{
color: #EFFC0A;
}
.AnyTagClassName
{
color: #EFFC0A;
}
</style>
background-color css
<style>
a { background-color: #EFFC0A; }
a { background-color: rgb(239,252,10); }
div.DivClassName
{
background-color: #EFFC0A;
}
.BgClassName
{
background-color: #EFFC0A;
}
</style>
border-color css
<style>
span { border-color: #EFFC0A; }
span { border-color: rgb(239,252,10); }
td.TdClassName
{
border-color: #EFFC0A;
}
.TagClassName
{
border-color: #EFFC0A;
}
</style>