Shades of Starship #E5E93D
Tints of Starship #E5E93D
RGB
CMYK
RGB Variations
Color information
#E5E93D (or 0xE5E93D) is known color: Starship. HEX triplet: E5, E9 and 3D. RGB value is (229,233,61). Sum of RGB (Red+Green+Blue) = 229+233+61=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E93D is #1A16C2. Grayscale: #D4D4D4. Windows color (decimal): -1709763 or 4057573. OLE color: 4057573.
HSL color Cylindrical-coordinate representation of color #E5E93D: hue angle of 61.4º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5E93D is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 61 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.09 |
| HSL | 61.4º | 0.8% | 0.58% | - |
| HSV(B) | 61.4º | 0.74% | 0.91% | - |
| XYZ | 62.29 | 75.27 | 15.66 | - |
| YUV | 212.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 61 | 0.02 | 0 | 0.74 | 0.09 | 61.4 | 0.8 | 0.58 |
| Hex | E5 | E9 | 3D | 2 | 0 | 4A | 9 | 3D | 50 | 3A |
| Octal | 345 | 351 | 75 | 2 | 0 | 112 | 11 | 75 | 120 | 72 |
| Binary | 11100101 | 11101001 | 111101 | 10 | 0 | 1001010 | 1001 | 111101 | 1010000 | 111010 |
Color Harmonies of #E5E93D
Complementary color
Monochromatic Colors of #E5E93D
Black with #E5E93D
Text Example
Text Example
White with #E5E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E93D; }
p { color: rgb(229,233,61); }
H1.HeaderClassName
{
color: #E5E93D;
}
.AnyTagClassName
{
color: #E5E93D;
}
</style>
background-color css
<style>
a { background-color: #E5E93D; }
a { background-color: rgb(229,233,61); }
div.DivClassName
{
background-color: #E5E93D;
}
.BgClassName
{
background-color: #E5E93D;
}
</style>
border-color css
<style>
span { border-color: #E5E93D; }
span { border-color: rgb(229,233,61); }
td.TdClassName
{
border-color: #E5E93D;
}
.TagClassName
{
border-color: #E5E93D;
}
</style>