Shades of Starship #EAE545
Tints of Starship #EAE545
RGB
CMYK
RGB Variations
Color information
#EAE545 (or 0xEAE545) is known color: Starship. HEX triplet: EA, E5 and 45. RGB value is (234,229,69). Sum of RGB (Red+Green+Blue) = 234+229+69=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE545 is #151ABA. Grayscale: #D4D4D4. Windows color (decimal): -1383099 or 4580842. OLE color: 4580842.
HSL color Cylindrical-coordinate representation of color #EAE545: hue angle of 58.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAE545 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 69 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.08 |
| HSL | 58.18º | 0.8% | 0.59% | - |
| HSV(B) | 58.18º | 0.71% | 0.92% | - |
| XYZ | 63.03 | 73.96 | 16.58 | - |
| YUV | 212.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 69 | 0 | 0.02 | 0.71 | 0.08 | 58.18 | 0.8 | 0.59 |
| Hex | EA | E5 | 45 | 0 | 2 | 47 | 8 | 3A | 50 | 3B |
| Octal | 352 | 345 | 105 | 0 | 2 | 107 | 10 | 72 | 120 | 73 |
| Binary | 11101010 | 11100101 | 1000101 | 0 | 10 | 1000111 | 1000 | 111010 | 1010000 | 111011 |
Color Harmonies of #EAE545
Complementary color
Monochromatic Colors of #EAE545
Black with #EAE545
Text Example
Text Example
White with #EAE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE545; }
p { color: rgb(234,229,69); }
H1.HeaderClassName
{
color: #EAE545;
}
.AnyTagClassName
{
color: #EAE545;
}
</style>
background-color css
<style>
a { background-color: #EAE545; }
a { background-color: rgb(234,229,69); }
div.DivClassName
{
background-color: #EAE545;
}
.BgClassName
{
background-color: #EAE545;
}
</style>
border-color css
<style>
span { border-color: #EAE545; }
span { border-color: rgb(234,229,69); }
td.TdClassName
{
border-color: #EAE545;
}
.TagClassName
{
border-color: #EAE545;
}
</style>