Shades of Starship #E5E93B
Tints of Starship #E5E93B
RGB
CMYK
RGB Variations
Color information
#E5E93B (or 0xE5E93B) is known color: Starship. HEX triplet: E5, E9 and 3B. RGB value is (229,233,59). Sum of RGB (Red+Green+Blue) = 229+233+59=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E93B is #1A16C4. Grayscale: #D4D4D4. Windows color (decimal): -1709765 or 3926501. OLE color: 3926501.
HSL color Cylindrical-coordinate representation of color #E5E93B: hue angle of 61.38º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5E93B is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 59 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.09 |
| HSL | 61.38º | 0.8% | 0.57% | - |
| HSV(B) | 61.38º | 0.75% | 0.91% | - |
| XYZ | 62.24 | 75.25 | 15.38 | - |
| YUV | 211.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 59 | 0.02 | 0 | 0.75 | 0.09 | 61.38 | 0.8 | 0.57 |
| Hex | E5 | E9 | 3B | 2 | 0 | 4B | 9 | 3D | 50 | 39 |
| Octal | 345 | 351 | 73 | 2 | 0 | 113 | 11 | 75 | 120 | 71 |
| Binary | 11100101 | 11101001 | 111011 | 10 | 0 | 1001011 | 1001 | 111101 | 1010000 | 111001 |
Color Harmonies of #E5E93B
Complementary color
Monochromatic Colors of #E5E93B
Black with #E5E93B
Text Example
Text Example
White with #E5E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E93B; }
p { color: rgb(229,233,59); }
H1.HeaderClassName
{
color: #E5E93B;
}
.AnyTagClassName
{
color: #E5E93B;
}
</style>
background-color css
<style>
a { background-color: #E5E93B; }
a { background-color: rgb(229,233,59); }
div.DivClassName
{
background-color: #E5E93B;
}
.BgClassName
{
background-color: #E5E93B;
}
</style>
border-color css
<style>
span { border-color: #E5E93B; }
span { border-color: rgb(229,233,59); }
td.TdClassName
{
border-color: #E5E93B;
}
.TagClassName
{
border-color: #E5E93B;
}
</style>