Shades of Starship #EEE145
Tints of Starship #EEE145
RGB
CMYK
RGB Variations
Color information
#EEE145 (or 0xEEE145) is known color: Starship. HEX triplet: EE, E1 and 45. RGB value is (238,225,69). Sum of RGB (Red+Green+Blue) = 238+225+69=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE145 is #111EBA. Grayscale: #D3D3D3. Windows color (decimal): -1121979 or 4579822. OLE color: 4579822.
HSL color Cylindrical-coordinate representation of color #EEE145: hue angle of 55.38º 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 #EEE145 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 69 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.07 |
| HSL | 55.38º | 0.83% | 0.6% | - |
| HSV(B) | 55.38º | 0.71% | 0.93% | - |
| XYZ | 63.26 | 72.46 | 16.28 | - |
| YUV | 211.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 69 | 0 | 0.05 | 0.71 | 0.07 | 55.38 | 0.83 | 0.6 |
| Hex | EE | E1 | 45 | 0 | 5 | 47 | 7 | 37 | 53 | 3C |
| Octal | 356 | 341 | 105 | 0 | 5 | 107 | 7 | 67 | 123 | 74 |
| Binary | 11101110 | 11100001 | 1000101 | 0 | 101 | 1000111 | 111 | 110111 | 1010011 | 111100 |
Color Harmonies of #EEE145
Complementary color
Monochromatic Colors of #EEE145
Black with #EEE145
Text Example
Text Example
White with #EEE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE145; }
p { color: rgb(238,225,69); }
H1.HeaderClassName
{
color: #EEE145;
}
.AnyTagClassName
{
color: #EEE145;
}
</style>
background-color css
<style>
a { background-color: #EEE145; }
a { background-color: rgb(238,225,69); }
div.DivClassName
{
background-color: #EEE145;
}
.BgClassName
{
background-color: #EEE145;
}
</style>
border-color css
<style>
span { border-color: #EEE145; }
span { border-color: rgb(238,225,69); }
td.TdClassName
{
border-color: #EEE145;
}
.TagClassName
{
border-color: #EEE145;
}
</style>