Shades of Starship #EEE143
Tints of Starship #EEE143
RGB
CMYK
RGB Variations
Color information
#EEE143 (or 0xEEE143) is known color: Starship. HEX triplet: EE, E1 and 43. RGB value is (238,225,67). Sum of RGB (Red+Green+Blue) = 238+225+67=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE143 is #111EBC. Grayscale: #D3D3D3. Windows color (decimal): -1121981 or 4448750. OLE color: 4448750.
HSL color Cylindrical-coordinate representation of color #EEE143: hue angle of 55.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEE143 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 67 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.07 |
| HSL | 55.44º | 0.83% | 0.6% | - |
| HSV(B) | 55.44º | 0.72% | 0.93% | - |
| XYZ | 63.2 | 72.43 | 15.96 | - |
| YUV | 210.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 67 | 0 | 0.05 | 0.72 | 0.07 | 55.44 | 0.83 | 0.6 |
| Hex | EE | E1 | 43 | 0 | 5 | 48 | 7 | 37 | 53 | 3C |
| Octal | 356 | 341 | 103 | 0 | 5 | 110 | 7 | 67 | 123 | 74 |
| Binary | 11101110 | 11100001 | 1000011 | 0 | 101 | 1001000 | 111 | 110111 | 1010011 | 111100 |
Color Harmonies of #EEE143
Complementary color
Monochromatic Colors of #EEE143
Black with #EEE143
Text Example
Text Example
White with #EEE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE143; }
p { color: rgb(238,225,67); }
H1.HeaderClassName
{
color: #EEE143;
}
.AnyTagClassName
{
color: #EEE143;
}
</style>
background-color css
<style>
a { background-color: #EEE143; }
a { background-color: rgb(238,225,67); }
div.DivClassName
{
background-color: #EEE143;
}
.BgClassName
{
background-color: #EEE143;
}
</style>
border-color css
<style>
span { border-color: #EEE143; }
span { border-color: rgb(238,225,67); }
td.TdClassName
{
border-color: #EEE143;
}
.TagClassName
{
border-color: #EEE143;
}
</style>