Shades of Starship #EEEA40
Tints of Starship #EEEA40
RGB
CMYK
RGB Variations
Color information
#EEEA40 (or 0xEEEA40) is known color: Starship. HEX triplet: EE, EA and 40. RGB value is (238,234,64). Sum of RGB (Red+Green+Blue) = 238+234+64=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA40 is #1115BF. Grayscale: #D8D8D8. Windows color (decimal): -1119680 or 4254446. OLE color: 4254446.
HSL color Cylindrical-coordinate representation of color #EEEA40: hue angle of 58.62º 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 #EEEA40 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.07 |
| HSL | 58.62º | 0.84% | 0.59% | - |
| HSV(B) | 58.62º | 0.73% | 0.93% | - |
| XYZ | 65.61 | 77.39 | 16.33 | - |
| YUV | 215.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 64 | 0 | 0.02 | 0.73 | 0.07 | 58.62 | 0.84 | 0.59 |
| Hex | EE | EA | 40 | 0 | 2 | 49 | 7 | 3B | 54 | 3B |
| Octal | 356 | 352 | 100 | 0 | 2 | 111 | 7 | 73 | 124 | 73 |
| Binary | 11101110 | 11101010 | 1000000 | 0 | 10 | 1001001 | 111 | 111011 | 1010100 | 111011 |
Color Harmonies of #EEEA40
Complementary color
Monochromatic Colors of #EEEA40
Black with #EEEA40
Text Example
Text Example
White with #EEEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA40; }
p { color: rgb(238,234,64); }
H1.HeaderClassName
{
color: #EEEA40;
}
.AnyTagClassName
{
color: #EEEA40;
}
</style>
background-color css
<style>
a { background-color: #EEEA40; }
a { background-color: rgb(238,234,64); }
div.DivClassName
{
background-color: #EEEA40;
}
.BgClassName
{
background-color: #EEEA40;
}
</style>
border-color css
<style>
span { border-color: #EEEA40; }
span { border-color: rgb(238,234,64); }
td.TdClassName
{
border-color: #EEEA40;
}
.TagClassName
{
border-color: #EEEA40;
}
</style>