Shades of Yellow #EFFD0D
Tints of Yellow #EFFD0D
RGB
CMYK
RGB Variations
Color information
#EFFD0D (or 0xEFFD0D) is known color: Yellow. HEX triplet: EF, FD and 0D. RGB value is (239,253,13). Sum of RGB (Red+Green+Blue) = 239+253+13=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 13 (5.47% from 255 or 2.57% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD0D is #1002F2. Grayscale: #DEDEDE. Windows color (decimal): -1049331 or 916975. OLE color: 916975.
HSL color Cylindrical-coordinate representation of color #EFFD0D: hue angle of 63.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFFD0D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 13 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.01 |
| HSL | 63.5º | 0.98% | 0.52% | - |
| HSV(B) | 63.5º | 0.95% | 0.99% | - |
| XYZ | 70.79 | 88.63 | 13.76 | - |
| YUV | 221.45 | 10.36 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 13 | 0.06 | 0 | 0.95 | 0.01 | 63.5 | 0.98 | 0.52 |
| Hex | EF | FD | D | 6 | 0 | 5F | 1 | 40 | 62 | 34 |
| Octal | 357 | 375 | 15 | 6 | 0 | 137 | 1 | 100 | 142 | 64 |
| Binary | 11101111 | 11111101 | 1101 | 110 | 0 | 1011111 | 1 | 1000000 | 1100010 | 110100 |
Color Harmonies of #EFFD0D
Complementary color
Monochromatic Colors of #EFFD0D
Black with #EFFD0D
Text Example
Text Example
White with #EFFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD0D; }
p { color: rgb(239,253,13); }
H1.HeaderClassName
{
color: #EFFD0D;
}
.AnyTagClassName
{
color: #EFFD0D;
}
</style>
background-color css
<style>
a { background-color: #EFFD0D; }
a { background-color: rgb(239,253,13); }
div.DivClassName
{
background-color: #EFFD0D;
}
.BgClassName
{
background-color: #EFFD0D;
}
</style>
border-color css
<style>
span { border-color: #EFFD0D; }
span { border-color: rgb(239,253,13); }
td.TdClassName
{
border-color: #EFFD0D;
}
.TagClassName
{
border-color: #EFFD0D;
}
</style>