Shades of Starship #E5E942
Tints of Starship #E5E942
RGB
CMYK
RGB Variations
Color information
#E5E942 (or 0xE5E942) is known color: Starship. HEX triplet: E5, E9 and 42. RGB value is (229,233,66). Sum of RGB (Red+Green+Blue) = 229+233+66=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E942 is #1A16BD. Grayscale: #D5D5D5. Windows color (decimal): -1709758 or 4385253. OLE color: 4385253.
HSL color Cylindrical-coordinate representation of color #E5E942: hue angle of 61.44º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5E942 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 66 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.09 |
| HSL | 61.44º | 0.79% | 0.59% | - |
| HSV(B) | 61.44º | 0.72% | 0.91% | - |
| XYZ | 62.44 | 75.33 | 16.4 | - |
| YUV | 212.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 66 | 0.02 | 0 | 0.72 | 0.09 | 61.44 | 0.79 | 0.59 |
| Hex | E5 | E9 | 42 | 2 | 0 | 48 | 9 | 3D | 4F | 3B |
| Octal | 345 | 351 | 102 | 2 | 0 | 110 | 11 | 75 | 117 | 73 |
| Binary | 11100101 | 11101001 | 1000010 | 10 | 0 | 1001000 | 1001 | 111101 | 1001111 | 111011 |
Color Harmonies of #E5E942
Complementary color
Monochromatic Colors of #E5E942
Black with #E5E942
Text Example
Text Example
White with #E5E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E942; }
p { color: rgb(229,233,66); }
H1.HeaderClassName
{
color: #E5E942;
}
.AnyTagClassName
{
color: #E5E942;
}
</style>
background-color css
<style>
a { background-color: #E5E942; }
a { background-color: rgb(229,233,66); }
div.DivClassName
{
background-color: #E5E942;
}
.BgClassName
{
background-color: #E5E942;
}
</style>
border-color css
<style>
span { border-color: #E5E942; }
span { border-color: rgb(229,233,66); }
td.TdClassName
{
border-color: #E5E942;
}
.TagClassName
{
border-color: #E5E942;
}
</style>