Shades of Starship #E5E941
Tints of Starship #E5E941
RGB
CMYK
RGB Variations
Color information
#E5E941 (or 0xE5E941) is known color: Starship. HEX triplet: E5, E9 and 41. RGB value is (229,233,65). Sum of RGB (Red+Green+Blue) = 229+233+65=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E941 is #1A16BE. Grayscale: #D5D5D5. Windows color (decimal): -1709759 or 4319717. OLE color: 4319717.
HSL color Cylindrical-coordinate representation of color #E5E941: hue angle of 61.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5E941 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 65 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.09 |
| HSL | 61.43º | 0.79% | 0.58% | - |
| HSV(B) | 61.43º | 0.72% | 0.91% | - |
| XYZ | 62.41 | 75.32 | 16.25 | - |
| YUV | 212.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 65 | 0.02 | 0 | 0.72 | 0.09 | 61.43 | 0.79 | 0.58 |
| Hex | E5 | E9 | 41 | 2 | 0 | 48 | 9 | 3D | 4F | 3A |
| Octal | 345 | 351 | 101 | 2 | 0 | 110 | 11 | 75 | 117 | 72 |
| Binary | 11100101 | 11101001 | 1000001 | 10 | 0 | 1001000 | 1001 | 111101 | 1001111 | 111010 |
Color Harmonies of #E5E941
Complementary color
Monochromatic Colors of #E5E941
Black with #E5E941
Text Example
Text Example
White with #E5E941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E941; }
p { color: rgb(229,233,65); }
H1.HeaderClassName
{
color: #E5E941;
}
.AnyTagClassName
{
color: #E5E941;
}
</style>
background-color css
<style>
a { background-color: #E5E941; }
a { background-color: rgb(229,233,65); }
div.DivClassName
{
background-color: #E5E941;
}
.BgClassName
{
background-color: #E5E941;
}
</style>
border-color css
<style>
span { border-color: #E5E941; }
span { border-color: rgb(229,233,65); }
td.TdClassName
{
border-color: #E5E941;
}
.TagClassName
{
border-color: #E5E941;
}
</style>