Shades of Starship #EEF03E
Tints of Starship #EEF03E
RGB
CMYK
RGB Variations
Color information
#EEF03E (or 0xEEF03E) is known color: Starship. HEX triplet: EE, F0 and 3E. RGB value is (238,240,62). Sum of RGB (Red+Green+Blue) = 238+240+62=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF03E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF03E is #110FC1. Grayscale: #DBDBDB. Windows color (decimal): -1118146 or 4124910. OLE color: 4124910.
HSL color Cylindrical-coordinate representation of color #EEF03E: hue angle of 60.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEF03E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 62 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.06 |
| HSL | 60.67º | 0.86% | 0.59% | - |
| HSV(B) | 60.67º | 0.74% | 0.94% | - |
| XYZ | 67.29 | 80.85 | 16.62 | - |
| YUV | 219.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 62 | 0.01 | 0 | 0.74 | 0.06 | 60.67 | 0.86 | 0.59 |
| Hex | EE | F0 | 3E | 1 | 0 | 4A | 6 | 3D | 56 | 3B |
| Octal | 356 | 360 | 76 | 1 | 0 | 112 | 6 | 75 | 126 | 73 |
| Binary | 11101110 | 11110000 | 111110 | 1 | 0 | 1001010 | 110 | 111101 | 1010110 | 111011 |
Color Harmonies of #EEF03E
Complementary color
Monochromatic Colors of #EEF03E
Black with #EEF03E
Text Example
Text Example
White with #EEF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF03E; }
p { color: rgb(238,240,62); }
H1.HeaderClassName
{
color: #EEF03E;
}
.AnyTagClassName
{
color: #EEF03E;
}
</style>
background-color css
<style>
a { background-color: #EEF03E; }
a { background-color: rgb(238,240,62); }
div.DivClassName
{
background-color: #EEF03E;
}
.BgClassName
{
background-color: #EEF03E;
}
</style>
border-color css
<style>
span { border-color: #EEF03E; }
span { border-color: rgb(238,240,62); }
td.TdClassName
{
border-color: #EEF03E;
}
.TagClassName
{
border-color: #EEF03E;
}
</style>