Shades of Starship #E5E539
Tints of Starship #E5E539
RGB
CMYK
RGB Variations
Color information
#E5E539 (or 0xE5E539) is known color: Starship. HEX triplet: E5, E5 and 39. RGB value is (229,229,57). Sum of RGB (Red+Green+Blue) = 229+229+57=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 57 (22.66% from 255 or 11.07% from 515); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E539 is #1A1AC6. Grayscale: #D2D2D2. Windows color (decimal): -1710791 or 3794405. OLE color: 3794405.
HSL color Cylindrical-coordinate representation of color #E5E539: hue angle of 60º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5E539 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 229 | 57 | - |
CMYK | 0 | 0 | 0.75 | 0.10 |
HSL | 60º | 0.77% | 0.56% | - |
HSV(B) | 60º | 0.75% | 0.9% | - |
XYZ | 61.07 | 72.99 | 14.74 | - |
YUV | 209.39 | 42 | 141.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 57 | 0 | 0 | 0.75 | 0.10 | 60 | 0.77 | 0.56 |
Hex | E5 | E5 | 39 | 0 | 0 | 4B | A | 3C | 4D | 38 |
Octal | 345 | 345 | 71 | 0 | 0 | 113 | 12 | 74 | 115 | 70 |
Binary | 11100101 | 11100101 | 111001 | 0 | 0 | 1001011 | 1010 | 111100 | 1001101 | 111000 |
Color Harmonies of #E5E539
Complementary color
Monochromatic Colors of #E5E539
Black with #E5E539
Text Example
Text Example
White with #E5E539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E539; }
p { color: rgb(229,229,57); }
H1.HeaderClassName
{
color: #E5E539;
}
.AnyTagClassName
{
color: #E5E539;
}
</style>
background-color css
<style>
a { background-color: #E5E539; }
a { background-color: rgb(229,229,57); }
div.DivClassName
{
background-color: #E5E539;
}
.BgClassName
{
background-color: #E5E539;
}
</style>
border-color css
<style>
span { border-color: #E5E539; }
span { border-color: rgb(229,229,57); }
td.TdClassName
{
border-color: #E5E539;
}
.TagClassName
{
border-color: #E5E539;
}
</style>