Shades of Yellow #EEF404
Tints of Yellow #EEF404
RGB
CMYK
RGB Variations
Color information
#EEF404 (or 0xEEF404) is known color: Yellow. HEX triplet: EE, F4 and 04. RGB value is (238,244,4). Sum of RGB (Red+Green+Blue) = 238+244+4=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 4 (1.95% from 255 or 0.82% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF404 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF404 is #110BFB. Grayscale: #D7D7D7. Windows color (decimal): -1117180 or 324846. OLE color: 324846.
HSL color Cylindrical-coordinate representation of color #EEF404: hue angle of 61.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEF404 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.04 |
| HSL | 61.5º | 0.97% | 0.49% | - |
| HSV(B) | 61.5º | 0.98% | 0.96% | - |
| XYZ | 67.63 | 82.89 | 12.55 | - |
| YUV | 214.85 | 9.01 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 4 | 0.02 | 0 | 0.98 | 0.04 | 61.5 | 0.97 | 0.49 |
| Hex | EE | F4 | 4 | 2 | 0 | 62 | 4 | 3E | 61 | 31 |
| Octal | 356 | 364 | 4 | 2 | 0 | 142 | 4 | 76 | 141 | 61 |
| Binary | 11101110 | 11110100 | 100 | 10 | 0 | 1100010 | 100 | 111110 | 1100001 | 110001 |
Color Harmonies of #EEF404
Complementary color
Monochromatic Colors of #EEF404
Black with #EEF404
Text Example
Text Example
White with #EEF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF404; }
p { color: rgb(238,244,4); }
H1.HeaderClassName
{
color: #EEF404;
}
.AnyTagClassName
{
color: #EEF404;
}
</style>
background-color css
<style>
a { background-color: #EEF404; }
a { background-color: rgb(238,244,4); }
div.DivClassName
{
background-color: #EEF404;
}
.BgClassName
{
background-color: #EEF404;
}
</style>
border-color css
<style>
span { border-color: #EEF404; }
span { border-color: rgb(238,244,4); }
td.TdClassName
{
border-color: #EEF404;
}
.TagClassName
{
border-color: #EEF404;
}
</style>