Shades of Yellow #EFFD05
Tints of Yellow #EFFD05
RGB
CMYK
RGB Variations
Color information
#EFFD05 (or 0xEFFD05) is known color: Yellow. HEX triplet: EF, FD and 05. RGB value is (239,253,5). Sum of RGB (Red+Green+Blue) = 239+253+5=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 5 (2.34% from 255 or 1.01% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD05 is #1002FA. Grayscale: #DDDDDD. Windows color (decimal): -1049339 or 392687. OLE color: 392687.
HSL color Cylindrical-coordinate representation of color #EFFD05: hue angle of 63.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFFD05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.01 |
| HSL | 63.39º | 0.98% | 0.51% | - |
| HSV(B) | 63.39º | 0.98% | 0.99% | - |
| XYZ | 70.75 | 88.61 | 13.52 | - |
| YUV | 220.54 | 6.36 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 5 | 0.06 | 0 | 0.98 | 0.01 | 63.39 | 0.98 | 0.51 |
| Hex | EF | FD | 5 | 6 | 0 | 62 | 1 | 3F | 62 | 33 |
| Octal | 357 | 375 | 5 | 6 | 0 | 142 | 1 | 77 | 142 | 63 |
| Binary | 11101111 | 11111101 | 101 | 110 | 0 | 1100010 | 1 | 111111 | 1100010 | 110011 |
Color Harmonies of #EFFD05
Complementary color
Monochromatic Colors of #EFFD05
Black with #EFFD05
Text Example
Text Example
White with #EFFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD05; }
p { color: rgb(239,253,5); }
H1.HeaderClassName
{
color: #EFFD05;
}
.AnyTagClassName
{
color: #EFFD05;
}
</style>
background-color css
<style>
a { background-color: #EFFD05; }
a { background-color: rgb(239,253,5); }
div.DivClassName
{
background-color: #EFFD05;
}
.BgClassName
{
background-color: #EFFD05;
}
</style>
border-color css
<style>
span { border-color: #EFFD05; }
span { border-color: rgb(239,253,5); }
td.TdClassName
{
border-color: #EFFD05;
}
.TagClassName
{
border-color: #EFFD05;
}
</style>