Shades of Yellow #EEF002
Tints of Yellow #EEF002
RGB
CMYK
RGB Variations
Color information
#EEF002 (or 0xEEF002) is known color: Yellow. HEX triplet: EE, F0 and 02. RGB value is (238,240,2). Sum of RGB (Red+Green+Blue) = 238+240+2=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 2 (1.17% from 255 or 0.42% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF002 is #110FFD. Grayscale: #D5D5D5. Windows color (decimal): -1118206 or 192750. OLE color: 192750.
HSL color Cylindrical-coordinate representation of color #EEF002: hue angle of 60.5º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEF002 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.06 |
| HSL | 60.5º | 0.98% | 0.47% | - |
| HSV(B) | 60.5º | 0.99% | 0.94% | - |
| XYZ | 66.43 | 80.5 | 12.09 | - |
| YUV | 212.27 | 9.34 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 2 | 0.01 | 0 | 0.99 | 0.06 | 60.5 | 0.98 | 0.47 |
| Hex | EE | F0 | 2 | 1 | 0 | 63 | 6 | 3D | 62 | 2F |
| Octal | 356 | 360 | 2 | 1 | 0 | 143 | 6 | 75 | 142 | 57 |
| Binary | 11101110 | 11110000 | 10 | 1 | 0 | 1100011 | 110 | 111101 | 1100010 | 101111 |
Color Harmonies of #EEF002
Complementary color
Monochromatic Colors of #EEF002
Black with #EEF002
Text Example
Text Example
White with #EEF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF002; }
p { color: rgb(238,240,2); }
H1.HeaderClassName
{
color: #EEF002;
}
.AnyTagClassName
{
color: #EEF002;
}
</style>
background-color css
<style>
a { background-color: #EEF002; }
a { background-color: rgb(238,240,2); }
div.DivClassName
{
background-color: #EEF002;
}
.BgClassName
{
background-color: #EEF002;
}
</style>
border-color css
<style>
span { border-color: #EEF002; }
span { border-color: rgb(238,240,2); }
td.TdClassName
{
border-color: #EEF002;
}
.TagClassName
{
border-color: #EEF002;
}
</style>