Shades of Starship #E5E33C
Tints of Starship #E5E33C
RGB
CMYK
RGB Variations
Color information
#E5E33C (or 0xE5E33C) is known color: Starship. HEX triplet: E5, E3 and 3C. RGB value is (229,227,60). Sum of RGB (Red+Green+Blue) = 229+227+60=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E33C is #1A1CC3. Grayscale: #D1D1D1. Windows color (decimal): -1711300 or 3990501. OLE color: 3990501.
HSL color Cylindrical-coordinate representation of color #E5E33C: hue angle of 59.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5E33C is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 60 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.10 |
| HSL | 59.29º | 0.76% | 0.57% | - |
| HSV(B) | 59.29º | 0.74% | 0.9% | - |
| XYZ | 60.6 | 71.92 | 14.96 | - |
| YUV | 208.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 60 | 0 | 0.01 | 0.74 | 0.10 | 59.29 | 0.76 | 0.57 |
| Hex | E5 | E3 | 3C | 0 | 1 | 4A | A | 3B | 4C | 39 |
| Octal | 345 | 343 | 74 | 0 | 1 | 112 | 12 | 73 | 114 | 71 |
| Binary | 11100101 | 11100011 | 111100 | 0 | 1 | 1001010 | 1010 | 111011 | 1001100 | 111001 |
Color Harmonies of #E5E33C
Complementary color
Monochromatic Colors of #E5E33C
Black with #E5E33C
Text Example
Text Example
White with #E5E33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E33C; }
p { color: rgb(229,227,60); }
H1.HeaderClassName
{
color: #E5E33C;
}
.AnyTagClassName
{
color: #E5E33C;
}
</style>
background-color css
<style>
a { background-color: #E5E33C; }
a { background-color: rgb(229,227,60); }
div.DivClassName
{
background-color: #E5E33C;
}
.BgClassName
{
background-color: #E5E33C;
}
</style>
border-color css
<style>
span { border-color: #E5E33C; }
span { border-color: rgb(229,227,60); }
td.TdClassName
{
border-color: #E5E33C;
}
.TagClassName
{
border-color: #E5E33C;
}
</style>