Shades of Starship #EEE144
Tints of Starship #EEE144
RGB
CMYK
RGB Variations
Color information
#EEE144 (or 0xEEE144) is known color: Starship. HEX triplet: EE, E1 and 44. RGB value is (238,225,68). Sum of RGB (Red+Green+Blue) = 238+225+68=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE144 is #111EBB. Grayscale: #D3D3D3. Windows color (decimal): -1121980 or 4514286. OLE color: 4514286.
HSL color Cylindrical-coordinate representation of color #EEE144: hue angle of 55.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEE144 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 68 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.07 |
| HSL | 55.41º | 0.83% | 0.6% | - |
| HSV(B) | 55.41º | 0.71% | 0.93% | - |
| XYZ | 63.23 | 72.44 | 16.12 | - |
| YUV | 210.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 68 | 0 | 0.05 | 0.71 | 0.07 | 55.41 | 0.83 | 0.6 |
| Hex | EE | E1 | 44 | 0 | 5 | 47 | 7 | 37 | 53 | 3C |
| Octal | 356 | 341 | 104 | 0 | 5 | 107 | 7 | 67 | 123 | 74 |
| Binary | 11101110 | 11100001 | 1000100 | 0 | 101 | 1000111 | 111 | 110111 | 1010011 | 111100 |
Color Harmonies of #EEE144
Complementary color
Monochromatic Colors of #EEE144
Black with #EEE144
Text Example
Text Example
White with #EEE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE144; }
p { color: rgb(238,225,68); }
H1.HeaderClassName
{
color: #EEE144;
}
.AnyTagClassName
{
color: #EEE144;
}
</style>
background-color css
<style>
a { background-color: #EEE144; }
a { background-color: rgb(238,225,68); }
div.DivClassName
{
background-color: #EEE144;
}
.BgClassName
{
background-color: #EEE144;
}
</style>
border-color css
<style>
span { border-color: #EEE144; }
span { border-color: rgb(238,225,68); }
td.TdClassName
{
border-color: #EEE144;
}
.TagClassName
{
border-color: #EEE144;
}
</style>