Shades of Starship #EEE045
Tints of Starship #EEE045
RGB
CMYK
RGB Variations
Color information
#EEE045 (or 0xEEE045) is known color: Starship. HEX triplet: EE, E0 and 45. RGB value is (238,224,69). Sum of RGB (Red+Green+Blue) = 238+224+69=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE045 is #111FBA. Grayscale: #D3D3D3. Windows color (decimal): -1122235 or 4579566. OLE color: 4579566.
HSL color Cylindrical-coordinate representation of color #EEE045: hue angle of 55.03º 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 #EEE045 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 69 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.07 |
| HSL | 55.03º | 0.83% | 0.6% | - |
| HSV(B) | 55.03º | 0.71% | 0.93% | - |
| XYZ | 62.99 | 71.92 | 16.19 | - |
| YUV | 210.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 69 | 0 | 0.06 | 0.71 | 0.07 | 55.03 | 0.83 | 0.6 |
| Hex | EE | E0 | 45 | 0 | 6 | 47 | 7 | 37 | 53 | 3C |
| Octal | 356 | 340 | 105 | 0 | 6 | 107 | 7 | 67 | 123 | 74 |
| Binary | 11101110 | 11100000 | 1000101 | 0 | 110 | 1000111 | 111 | 110111 | 1010011 | 111100 |
Color Harmonies of #EEE045
Complementary color
Monochromatic Colors of #EEE045
Black with #EEE045
Text Example
Text Example
White with #EEE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE045; }
p { color: rgb(238,224,69); }
H1.HeaderClassName
{
color: #EEE045;
}
.AnyTagClassName
{
color: #EEE045;
}
</style>
background-color css
<style>
a { background-color: #EEE045; }
a { background-color: rgb(238,224,69); }
div.DivClassName
{
background-color: #EEE045;
}
.BgClassName
{
background-color: #EEE045;
}
</style>
border-color css
<style>
span { border-color: #EEE045; }
span { border-color: rgb(238,224,69); }
td.TdClassName
{
border-color: #EEE045;
}
.TagClassName
{
border-color: #EEE045;
}
</style>