Shades of Starship #E5E133
Tints of Starship #E5E133
RGB
CMYK
RGB Variations
Color information
#E5E133 (or 0xE5E133) is known color: Starship. HEX triplet: E5, E1 and 33. RGB value is (229,225,51). Sum of RGB (Red+Green+Blue) = 229+225+51=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E133 is #1A1ECC. Grayscale: #CFCFCF. Windows color (decimal): -1711821 or 3400165. OLE color: 3400165.
HSL color Cylindrical-coordinate representation of color #E5E133: hue angle of 58.65º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5E133 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 51 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.10 |
| HSL | 58.65º | 0.77% | 0.55% | - |
| HSV(B) | 58.65º | 0.78% | 0.9% | - |
| XYZ | 59.84 | 70.75 | 13.63 | - |
| YUV | 206.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 51 | 0 | 0.02 | 0.78 | 0.10 | 58.65 | 0.77 | 0.55 |
| Hex | E5 | E1 | 33 | 0 | 2 | 4E | A | 3B | 4D | 37 |
| Octal | 345 | 341 | 63 | 0 | 2 | 116 | 12 | 73 | 115 | 67 |
| Binary | 11100101 | 11100001 | 110011 | 0 | 10 | 1001110 | 1010 | 111011 | 1001101 | 110111 |
Color Harmonies of #E5E133
Complementary color
Monochromatic Colors of #E5E133
Black with #E5E133
Text Example
Text Example
White with #E5E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E133; }
p { color: rgb(229,225,51); }
H1.HeaderClassName
{
color: #E5E133;
}
.AnyTagClassName
{
color: #E5E133;
}
</style>
background-color css
<style>
a { background-color: #E5E133; }
a { background-color: rgb(229,225,51); }
div.DivClassName
{
background-color: #E5E133;
}
.BgClassName
{
background-color: #E5E133;
}
</style>
border-color css
<style>
span { border-color: #E5E133; }
span { border-color: rgb(229,225,51); }
td.TdClassName
{
border-color: #E5E133;
}
.TagClassName
{
border-color: #E5E133;
}
</style>