Shades of Yellow #EFF408
Tints of Yellow #EFF408
RGB
CMYK
RGB Variations
Color information
#EFF408 (or 0xEFF408) is known color: Yellow. HEX triplet: EF, F4 and 08. RGB value is (239,244,8). Sum of RGB (Red+Green+Blue) = 239+244+8=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF408 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF408 is #100BF7. Grayscale: #D8D8D8. Windows color (decimal): -1051640 or 586991. OLE color: 586991.
HSL color Cylindrical-coordinate representation of color #EFF408: hue angle of 61.27º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF408 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.04 |
| HSL | 61.27º | 0.94% | 0.49% | - |
| HSV(B) | 61.27º | 0.97% | 0.96% | - |
| XYZ | 67.99 | 83.07 | 12.68 | - |
| YUV | 215.6 | 10.84 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 8 | 0.02 | 0 | 0.97 | 0.04 | 61.27 | 0.94 | 0.49 |
| Hex | EF | F4 | 8 | 2 | 0 | 61 | 4 | 3D | 5E | 31 |
| Octal | 357 | 364 | 10 | 2 | 0 | 141 | 4 | 75 | 136 | 61 |
| Binary | 11101111 | 11110100 | 1000 | 10 | 0 | 1100001 | 100 | 111101 | 1011110 | 110001 |
Color Harmonies of #EFF408
Complementary color
Monochromatic Colors of #EFF408
Black with #EFF408
Text Example
Text Example
White with #EFF408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF408; }
p { color: rgb(239,244,8); }
H1.HeaderClassName
{
color: #EFF408;
}
.AnyTagClassName
{
color: #EFF408;
}
</style>
background-color css
<style>
a { background-color: #EFF408; }
a { background-color: rgb(239,244,8); }
div.DivClassName
{
background-color: #EFF408;
}
.BgClassName
{
background-color: #EFF408;
}
</style>
border-color css
<style>
span { border-color: #EFF408; }
span { border-color: rgb(239,244,8); }
td.TdClassName
{
border-color: #EFF408;
}
.TagClassName
{
border-color: #EFF408;
}
</style>