Shades of Starship #EEE346
Tints of Starship #EEE346
RGB
CMYK
RGB Variations
Color information
#EEE346 (or 0xEEE346) is known color: Starship. HEX triplet: EE, E3 and 46. RGB value is (238,227,70). Sum of RGB (Red+Green+Blue) = 238+227+70=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE346 is #111CB9. Grayscale: #D5D5D5. Windows color (decimal): -1121466 or 4645870. OLE color: 4645870.
HSL color Cylindrical-coordinate representation of color #EEE346: hue angle of 56.07º 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 #EEE346 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 70 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.07 |
| HSL | 56.07º | 0.83% | 0.6% | - |
| HSV(B) | 56.07º | 0.71% | 0.93% | - |
| XYZ | 63.83 | 73.56 | 16.63 | - |
| YUV | 212.39 | 47.64 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 70 | 0 | 0.05 | 0.71 | 0.07 | 56.07 | 0.83 | 0.6 |
| Hex | EE | E3 | 46 | 0 | 5 | 47 | 7 | 38 | 53 | 3C |
| Octal | 356 | 343 | 106 | 0 | 5 | 107 | 7 | 70 | 123 | 74 |
| Binary | 11101110 | 11100011 | 1000110 | 0 | 101 | 1000111 | 111 | 111000 | 1010011 | 111100 |
Color Harmonies of #EEE346
Complementary color
Monochromatic Colors of #EEE346
Black with #EEE346
Text Example
Text Example
White with #EEE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE346; }
p { color: rgb(238,227,70); }
H1.HeaderClassName
{
color: #EEE346;
}
.AnyTagClassName
{
color: #EEE346;
}
</style>
background-color css
<style>
a { background-color: #EEE346; }
a { background-color: rgb(238,227,70); }
div.DivClassName
{
background-color: #EEE346;
}
.BgClassName
{
background-color: #EEE346;
}
</style>
border-color css
<style>
span { border-color: #EEE346; }
span { border-color: rgb(238,227,70); }
td.TdClassName
{
border-color: #EEE346;
}
.TagClassName
{
border-color: #EEE346;
}
</style>