Shades of Starship #EEE041
Tints of Starship #EEE041
RGB
CMYK
RGB Variations
Color information
#EEE041 (or 0xEEE041) is known color: Starship. HEX triplet: EE, E0 and 41. RGB value is (238,224,65). Sum of RGB (Red+Green+Blue) = 238+224+65=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE041 is #111FBE. Grayscale: #D2D2D2. Windows color (decimal): -1122239 or 4317422. OLE color: 4317422.
HSL color Cylindrical-coordinate representation of color #EEE041: hue angle of 55.14º 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 #EEE041 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 65 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 55.14º | 0.84% | 0.59% | - |
| HSV(B) | 55.14º | 0.73% | 0.93% | - |
| XYZ | 62.87 | 71.87 | 15.56 | - |
| YUV | 210.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 65 | 0 | 0.06 | 0.73 | 0.07 | 55.14 | 0.84 | 0.59 |
| Hex | EE | E0 | 41 | 0 | 6 | 49 | 7 | 37 | 54 | 3B |
| Octal | 356 | 340 | 101 | 0 | 6 | 111 | 7 | 67 | 124 | 73 |
| Binary | 11101110 | 11100000 | 1000001 | 0 | 110 | 1001001 | 111 | 110111 | 1010100 | 111011 |
Color Harmonies of #EEE041
Complementary color
Monochromatic Colors of #EEE041
Black with #EEE041
Text Example
Text Example
White with #EEE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE041; }
p { color: rgb(238,224,65); }
H1.HeaderClassName
{
color: #EEE041;
}
.AnyTagClassName
{
color: #EEE041;
}
</style>
background-color css
<style>
a { background-color: #EEE041; }
a { background-color: rgb(238,224,65); }
div.DivClassName
{
background-color: #EEE041;
}
.BgClassName
{
background-color: #EEE041;
}
</style>
border-color css
<style>
span { border-color: #EEE041; }
span { border-color: rgb(238,224,65); }
td.TdClassName
{
border-color: #EEE041;
}
.TagClassName
{
border-color: #EEE041;
}
</style>