Shades of Yellow #EEF400
Tints of Yellow #EEF400
RGB
CMYK
RGB Variations
Color information
#EEF400 (or 0xEEF400) is known color: Yellow. HEX triplet: EE, F4 and 00. RGB value is (238,244,0). Sum of RGB (Red+Green+Blue) = 238+244+0=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF400 is #110BFF. Grayscale: #D7D7D7. Windows color (decimal): -1117184 or 62702. OLE color: 62702.
HSL color Cylindrical-coordinate representation of color #EEF400: hue angle of 61.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEF400 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.04 |
| HSL | 61.48º | 1% | 0.48% | - |
| HSV(B) | 61.48º | 1% | 0.96% | - |
| XYZ | 67.61 | 82.88 | 12.43 | - |
| YUV | 214.39 | 7.01 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 0 | 0.02 | 0 | 1 | 0.04 | 61.48 | 1 | 0.48 |
| Hex | EE | F4 | 0 | 2 | 0 | 64 | 4 | 3D | 64 | 30 |
| Octal | 356 | 364 | 0 | 2 | 0 | 144 | 4 | 75 | 144 | 60 |
| Binary | 11101110 | 11110100 | 0 | 10 | 0 | 1100100 | 100 | 111101 | 1100100 | 110000 |
Color Harmonies of #EEF400
Complementary color
Monochromatic Colors of #EEF400
Black with #EEF400
Text Example
Text Example
White with #EEF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF400; }
p { color: rgb(238,244,0); }
H1.HeaderClassName
{
color: #EEF400;
}
.AnyTagClassName
{
color: #EEF400;
}
</style>
background-color css
<style>
a { background-color: #EEF400; }
a { background-color: rgb(238,244,0); }
div.DivClassName
{
background-color: #EEF400;
}
.BgClassName
{
background-color: #EEF400;
}
</style>
border-color css
<style>
span { border-color: #EEF400; }
span { border-color: rgb(238,244,0); }
td.TdClassName
{
border-color: #EEF400;
}
.TagClassName
{
border-color: #EEF400;
}
</style>