Shades of Yellow #EEF302
Tints of Yellow #EEF302
RGB
CMYK
RGB Variations
Color information
#EEF302 (or 0xEEF302) is known color: Yellow. HEX triplet: EE, F3 and 02. RGB value is (238,243,2). Sum of RGB (Red+Green+Blue) = 238+243+2=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF302 is #110CFD. Grayscale: #D6D6D6. Windows color (decimal): -1117438 or 193518. OLE color: 193518.
HSL color Cylindrical-coordinate representation of color #EEF302: hue angle of 61.24º 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 #EEF302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.05 |
| HSL | 61.24º | 0.98% | 0.48% | - |
| HSV(B) | 61.24º | 0.99% | 0.95% | - |
| XYZ | 67.32 | 82.28 | 12.39 | - |
| YUV | 214.03 | 8.34 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 2 | 0.02 | 0 | 0.99 | 0.05 | 61.24 | 0.98 | 0.48 |
| Hex | EE | F3 | 2 | 2 | 0 | 63 | 5 | 3D | 62 | 30 |
| Octal | 356 | 363 | 2 | 2 | 0 | 143 | 5 | 75 | 142 | 60 |
| Binary | 11101110 | 11110011 | 10 | 10 | 0 | 1100011 | 101 | 111101 | 1100010 | 110000 |
Color Harmonies of #EEF302
Complementary color
Monochromatic Colors of #EEF302
Black with #EEF302
Text Example
Text Example
White with #EEF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF302; }
p { color: rgb(238,243,2); }
H1.HeaderClassName
{
color: #EEF302;
}
.AnyTagClassName
{
color: #EEF302;
}
</style>
background-color css
<style>
a { background-color: #EEF302; }
a { background-color: rgb(238,243,2); }
div.DivClassName
{
background-color: #EEF302;
}
.BgClassName
{
background-color: #EEF302;
}
</style>
border-color css
<style>
span { border-color: #EEF302; }
span { border-color: rgb(238,243,2); }
td.TdClassName
{
border-color: #EEF302;
}
.TagClassName
{
border-color: #EEF302;
}
</style>