Shades of Starship #E5E23C
Tints of Starship #E5E23C
RGB
CMYK
RGB Variations
Color information
#E5E23C (or 0xE5E23C) is known color: Starship. HEX triplet: E5, E2 and 3C. RGB value is (229,226,60). Sum of RGB (Red+Green+Blue) = 229+226+60=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E23C is #1A1DC3. Grayscale: #D0D0D0. Windows color (decimal): -1711556 or 3990245. OLE color: 3990245.
HSL color Cylindrical-coordinate representation of color #E5E23C: hue angle of 58.93º 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 #E5E23C is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 60 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.10 |
| HSL | 58.93º | 0.76% | 0.57% | - |
| HSV(B) | 58.93º | 0.74% | 0.9% | - |
| XYZ | 60.33 | 71.38 | 14.87 | - |
| YUV | 207.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 60 | 0 | 0.01 | 0.74 | 0.10 | 58.93 | 0.76 | 0.57 |
| Hex | E5 | E2 | 3C | 0 | 1 | 4A | A | 3B | 4C | 39 |
| Octal | 345 | 342 | 74 | 0 | 1 | 112 | 12 | 73 | 114 | 71 |
| Binary | 11100101 | 11100010 | 111100 | 0 | 1 | 1001010 | 1010 | 111011 | 1001100 | 111001 |
Color Harmonies of #E5E23C
Complementary color
Monochromatic Colors of #E5E23C
Black with #E5E23C
Text Example
Text Example
White with #E5E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E23C; }
p { color: rgb(229,226,60); }
H1.HeaderClassName
{
color: #E5E23C;
}
.AnyTagClassName
{
color: #E5E23C;
}
</style>
background-color css
<style>
a { background-color: #E5E23C; }
a { background-color: rgb(229,226,60); }
div.DivClassName
{
background-color: #E5E23C;
}
.BgClassName
{
background-color: #E5E23C;
}
</style>
border-color css
<style>
span { border-color: #E5E23C; }
span { border-color: rgb(229,226,60); }
td.TdClassName
{
border-color: #E5E23C;
}
.TagClassName
{
border-color: #E5E23C;
}
</style>