Shades of Starship #E5E93F
Tints of Starship #E5E93F
RGB
CMYK
RGB Variations
Color information
#E5E93F (or 0xE5E93F) is known color: Starship. HEX triplet: E5, E9 and 3F. RGB value is (229,233,63). Sum of RGB (Red+Green+Blue) = 229+233+63=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E93F is #1A16C0. Grayscale: #D5D5D5. Windows color (decimal): -1709761 or 4188645. OLE color: 4188645.
HSL color Cylindrical-coordinate representation of color #E5E93F: hue angle of 61.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5E93F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 63 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.09 |
| HSL | 61.41º | 0.79% | 0.58% | - |
| HSV(B) | 61.41º | 0.73% | 0.91% | - |
| XYZ | 62.35 | 75.29 | 15.95 | - |
| YUV | 212.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 63 | 0.02 | 0 | 0.73 | 0.09 | 61.41 | 0.79 | 0.58 |
| Hex | E5 | E9 | 3F | 2 | 0 | 49 | 9 | 3D | 4F | 3A |
| Octal | 345 | 351 | 77 | 2 | 0 | 111 | 11 | 75 | 117 | 72 |
| Binary | 11100101 | 11101001 | 111111 | 10 | 0 | 1001001 | 1001 | 111101 | 1001111 | 111010 |
Color Harmonies of #E5E93F
Complementary color
Monochromatic Colors of #E5E93F
Black with #E5E93F
Text Example
Text Example
White with #E5E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E93F; }
p { color: rgb(229,233,63); }
H1.HeaderClassName
{
color: #E5E93F;
}
.AnyTagClassName
{
color: #E5E93F;
}
</style>
background-color css
<style>
a { background-color: #E5E93F; }
a { background-color: rgb(229,233,63); }
div.DivClassName
{
background-color: #E5E93F;
}
.BgClassName
{
background-color: #E5E93F;
}
</style>
border-color css
<style>
span { border-color: #E5E93F; }
span { border-color: rgb(229,233,63); }
td.TdClassName
{
border-color: #E5E93F;
}
.TagClassName
{
border-color: #E5E93F;
}
</style>