Shades of Yellow #EEF200
Tints of Yellow #EEF200
RGB
CMYK
RGB Variations
Color information
#EEF200 (or 0xEEF200) is known color: Yellow. HEX triplet: EE, F2 and 00. RGB value is (238,242,0). Sum of RGB (Red+Green+Blue) = 238+242+0=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF200 is #110DFF. Grayscale: #D6D6D6. Windows color (decimal): -1117696 or 62190. OLE color: 62190.
HSL color Cylindrical-coordinate representation of color #EEF200: hue angle of 60.99º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEF200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.05 |
| HSL | 60.99º | 1% | 0.47% | - |
| HSV(B) | 60.99º | 1% | 0.95% | - |
| XYZ | 67.01 | 81.68 | 12.23 | - |
| YUV | 213.22 | 7.67 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 0 | 0.02 | 0 | 1 | 0.05 | 60.99 | 1 | 0.47 |
| Hex | EE | F2 | 0 | 2 | 0 | 64 | 5 | 3D | 64 | 2F |
| Octal | 356 | 362 | 0 | 2 | 0 | 144 | 5 | 75 | 144 | 57 |
| Binary | 11101110 | 11110010 | 0 | 10 | 0 | 1100100 | 101 | 111101 | 1100100 | 101111 |
Color Harmonies of #EEF200
Complementary color
Monochromatic Colors of #EEF200
Black with #EEF200
Text Example
Text Example
White with #EEF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF200; }
p { color: rgb(238,242,0); }
H1.HeaderClassName
{
color: #EEF200;
}
.AnyTagClassName
{
color: #EEF200;
}
</style>
background-color css
<style>
a { background-color: #EEF200; }
a { background-color: rgb(238,242,0); }
div.DivClassName
{
background-color: #EEF200;
}
.BgClassName
{
background-color: #EEF200;
}
</style>
border-color css
<style>
span { border-color: #EEF200; }
span { border-color: rgb(238,242,0); }
td.TdClassName
{
border-color: #EEF200;
}
.TagClassName
{
border-color: #EEF200;
}
</style>