Shades of Starship #E7E045
Tints of Starship #E7E045
RGB
CMYK
RGB Variations
Color information
#E7E045 (or 0xE7E045) is known color: Starship. HEX triplet: E7, E0 and 45. RGB value is (231,224,69). Sum of RGB (Red+Green+Blue) = 231+224+69=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E045 is #181FBA. Grayscale: #D1D1D1. Windows color (decimal): -1580987 or 4579559. OLE color: 4579559.
HSL color Cylindrical-coordinate representation of color #E7E045: hue angle of 57.41º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7E045 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 69 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.09 |
| HSL | 57.41º | 0.77% | 0.59% | - |
| HSV(B) | 57.41º | 0.7% | 0.91% | - |
| XYZ | 60.68 | 70.73 | 16.08 | - |
| YUV | 208.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 69 | 0 | 0.03 | 0.70 | 0.09 | 57.41 | 0.77 | 0.59 |
| Hex | E7 | E0 | 45 | 0 | 3 | 46 | 9 | 39 | 4D | 3B |
| Octal | 347 | 340 | 105 | 0 | 3 | 106 | 11 | 71 | 115 | 73 |
| Binary | 11100111 | 11100000 | 1000101 | 0 | 11 | 1000110 | 1001 | 111001 | 1001101 | 111011 |
Color Harmonies of #E7E045
Complementary color
Monochromatic Colors of #E7E045
Black with #E7E045
Text Example
Text Example
White with #E7E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E045; }
p { color: rgb(231,224,69); }
H1.HeaderClassName
{
color: #E7E045;
}
.AnyTagClassName
{
color: #E7E045;
}
</style>
background-color css
<style>
a { background-color: #E7E045; }
a { background-color: rgb(231,224,69); }
div.DivClassName
{
background-color: #E7E045;
}
.BgClassName
{
background-color: #E7E045;
}
</style>
border-color css
<style>
span { border-color: #E7E045; }
span { border-color: rgb(231,224,69); }
td.TdClassName
{
border-color: #E7E045;
}
.TagClassName
{
border-color: #E7E045;
}
</style>