Shades of Yellow #EEF100
Tints of Yellow #EEF100
RGB
CMYK
RGB Variations
Color information
#EEF100 (or 0xEEF100) is known color: Yellow. HEX triplet: EE, F1 and 00. RGB value is (238,241,0). Sum of RGB (Red+Green+Blue) = 238+241+0=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF100 is #110EFF. Grayscale: #D5D5D5. Windows color (decimal): -1117952 or 61934. OLE color: 61934.
HSL color Cylindrical-coordinate representation of color #EEF100: hue angle of 60.75º 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 #EEF100 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.05 |
| HSL | 60.75º | 1% | 0.47% | - |
| HSV(B) | 60.75º | 1% | 0.95% | - |
| XYZ | 66.72 | 81.09 | 12.14 | - |
| YUV | 212.63 | 8.01 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 0 | 0.01 | 0 | 1 | 0.05 | 60.75 | 1 | 0.47 |
| Hex | EE | F1 | 0 | 1 | 0 | 64 | 5 | 3D | 64 | 2F |
| Octal | 356 | 361 | 0 | 1 | 0 | 144 | 5 | 75 | 144 | 57 |
| Binary | 11101110 | 11110001 | 0 | 1 | 0 | 1100100 | 101 | 111101 | 1100100 | 101111 |
Color Harmonies of #EEF100
Complementary color
Monochromatic Colors of #EEF100
Black with #EEF100
Text Example
Text Example
White with #EEF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF100; }
p { color: rgb(238,241,0); }
H1.HeaderClassName
{
color: #EEF100;
}
.AnyTagClassName
{
color: #EEF100;
}
</style>
background-color css
<style>
a { background-color: #EEF100; }
a { background-color: rgb(238,241,0); }
div.DivClassName
{
background-color: #EEF100;
}
.BgClassName
{
background-color: #EEF100;
}
</style>
border-color css
<style>
span { border-color: #EEF100; }
span { border-color: rgb(238,241,0); }
td.TdClassName
{
border-color: #EEF100;
}
.TagClassName
{
border-color: #EEF100;
}
</style>