Shades of Starship #EEF13D
Tints of Starship #EEF13D
RGB
CMYK
RGB Variations
Color information
#EEF13D (or 0xEEF13D) is known color: Starship. HEX triplet: EE, F1 and 3D. RGB value is (238,241,61). Sum of RGB (Red+Green+Blue) = 238+241+61=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 61 (24.22% from 255 or 11.30% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF13D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF13D is #110EC2. Grayscale: #DCDCDC. Windows color (decimal): -1117891 or 4059630. OLE color: 4059630.
HSL color Cylindrical-coordinate representation of color #EEF13D: hue angle of 61º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEF13D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 61 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.05 |
| HSL | 61º | 0.87% | 0.59% | - |
| HSV(B) | 61º | 0.75% | 0.95% | - |
| XYZ | 67.56 | 81.42 | 16.57 | - |
| YUV | 219.58 | 38.51 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 61 | 0.01 | 0 | 0.75 | 0.05 | 61 | 0.87 | 0.59 |
| Hex | EE | F1 | 3D | 1 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 356 | 361 | 75 | 1 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101110 | 11110001 | 111101 | 1 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EEF13D
Complementary color
Monochromatic Colors of #EEF13D
Black with #EEF13D
Text Example
Text Example
White with #EEF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF13D; }
p { color: rgb(238,241,61); }
H1.HeaderClassName
{
color: #EEF13D;
}
.AnyTagClassName
{
color: #EEF13D;
}
</style>
background-color css
<style>
a { background-color: #EEF13D; }
a { background-color: rgb(238,241,61); }
div.DivClassName
{
background-color: #EEF13D;
}
.BgClassName
{
background-color: #EEF13D;
}
</style>
border-color css
<style>
span { border-color: #EEF13D; }
span { border-color: rgb(238,241,61); }
td.TdClassName
{
border-color: #EEF13D;
}
.TagClassName
{
border-color: #EEF13D;
}
</style>