Shades of Starship #EEF13F
Tints of Starship #EEF13F
RGB
CMYK
RGB Variations
Color information
#EEF13F (or 0xEEF13F) is known color: Starship. HEX triplet: EE, F1 and 3F. RGB value is (238,241,63). Sum of RGB (Red+Green+Blue) = 238+241+63=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 63 (25% from 255 or 11.62% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF13F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF13F is #110EC0. Grayscale: #DCDCDC. Windows color (decimal): -1117889 or 4190702. OLE color: 4190702.
HSL color Cylindrical-coordinate representation of color #EEF13F: hue angle of 61.01º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEF13F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 63 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.05 |
| HSL | 61.01º | 0.86% | 0.6% | - |
| HSV(B) | 61.01º | 0.74% | 0.95% | - |
| XYZ | 67.61 | 81.45 | 16.86 | - |
| YUV | 219.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 63 | 0.01 | 0 | 0.74 | 0.05 | 61.01 | 0.86 | 0.6 |
| Hex | EE | F1 | 3F | 1 | 0 | 4A | 5 | 3D | 56 | 3C |
| Octal | 356 | 361 | 77 | 1 | 0 | 112 | 5 | 75 | 126 | 74 |
| Binary | 11101110 | 11110001 | 111111 | 1 | 0 | 1001010 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EEF13F
Complementary color
Monochromatic Colors of #EEF13F
Black with #EEF13F
Text Example
Text Example
White with #EEF13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF13F; }
p { color: rgb(238,241,63); }
H1.HeaderClassName
{
color: #EEF13F;
}
.AnyTagClassName
{
color: #EEF13F;
}
</style>
background-color css
<style>
a { background-color: #EEF13F; }
a { background-color: rgb(238,241,63); }
div.DivClassName
{
background-color: #EEF13F;
}
.BgClassName
{
background-color: #EEF13F;
}
</style>
border-color css
<style>
span { border-color: #EEF13F; }
span { border-color: rgb(238,241,63); }
td.TdClassName
{
border-color: #EEF13F;
}
.TagClassName
{
border-color: #EEF13F;
}
</style>