Shades of Yellow #EEF103
Tints of Yellow #EEF103
RGB
CMYK
RGB Variations
Color information
#EEF103 (or 0xEEF103) is known color: Yellow. HEX triplet: EE, F1 and 03. RGB value is (238,241,3). Sum of RGB (Red+Green+Blue) = 238+241+3=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF103 is #110EFC. Grayscale: #D5D5D5. Windows color (decimal): -1117949 or 258542. OLE color: 258542.
HSL color Cylindrical-coordinate representation of color #EEF103: hue angle of 60.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEF103 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.05 |
| HSL | 60.76º | 0.98% | 0.48% | - |
| HSV(B) | 60.76º | 0.99% | 0.95% | - |
| XYZ | 66.73 | 81.09 | 12.22 | - |
| YUV | 212.97 | 9.51 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 3 | 0.01 | 0 | 0.99 | 0.05 | 60.76 | 0.98 | 0.48 |
| Hex | EE | F1 | 3 | 1 | 0 | 63 | 5 | 3D | 62 | 30 |
| Octal | 356 | 361 | 3 | 1 | 0 | 143 | 5 | 75 | 142 | 60 |
| Binary | 11101110 | 11110001 | 11 | 1 | 0 | 1100011 | 101 | 111101 | 1100010 | 110000 |
Color Harmonies of #EEF103
Complementary color
Monochromatic Colors of #EEF103
Black with #EEF103
Text Example
Text Example
White with #EEF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF103; }
p { color: rgb(238,241,3); }
H1.HeaderClassName
{
color: #EEF103;
}
.AnyTagClassName
{
color: #EEF103;
}
</style>
background-color css
<style>
a { background-color: #EEF103; }
a { background-color: rgb(238,241,3); }
div.DivClassName
{
background-color: #EEF103;
}
.BgClassName
{
background-color: #EEF103;
}
</style>
border-color css
<style>
span { border-color: #EEF103; }
span { border-color: rgb(238,241,3); }
td.TdClassName
{
border-color: #EEF103;
}
.TagClassName
{
border-color: #EEF103;
}
</style>