Shades of Starship #EEE441
Tints of Starship #EEE441
RGB
CMYK
RGB Variations
Color information
#EEE441 (or 0xEEE441) is known color: Starship. HEX triplet: EE, E4 and 41. RGB value is (238,228,65). Sum of RGB (Red+Green+Blue) = 238+228+65=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE441 is #111BBE. Grayscale: #D5D5D5. Windows color (decimal): -1121215 or 4318446. OLE color: 4318446.
HSL color Cylindrical-coordinate representation of color #EEE441: hue angle of 56.53º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEE441 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 65 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.07 |
| HSL | 56.53º | 0.84% | 0.59% | - |
| HSV(B) | 56.53º | 0.73% | 0.93% | - |
| XYZ | 63.96 | 74.05 | 15.92 | - |
| YUV | 212.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 65 | 0 | 0.04 | 0.73 | 0.07 | 56.53 | 0.84 | 0.59 |
| Hex | EE | E4 | 41 | 0 | 4 | 49 | 7 | 39 | 54 | 3B |
| Octal | 356 | 344 | 101 | 0 | 4 | 111 | 7 | 71 | 124 | 73 |
| Binary | 11101110 | 11100100 | 1000001 | 0 | 100 | 1001001 | 111 | 111001 | 1010100 | 111011 |
Color Harmonies of #EEE441
Complementary color
Monochromatic Colors of #EEE441
Black with #EEE441
Text Example
Text Example
White with #EEE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE441; }
p { color: rgb(238,228,65); }
H1.HeaderClassName
{
color: #EEE441;
}
.AnyTagClassName
{
color: #EEE441;
}
</style>
background-color css
<style>
a { background-color: #EEE441; }
a { background-color: rgb(238,228,65); }
div.DivClassName
{
background-color: #EEE441;
}
.BgClassName
{
background-color: #EEE441;
}
</style>
border-color css
<style>
span { border-color: #EEE441; }
span { border-color: rgb(238,228,65); }
td.TdClassName
{
border-color: #EEE441;
}
.TagClassName
{
border-color: #EEE441;
}
</style>