Shades of Starship #EAE145
Tints of Starship #EAE145
RGB
CMYK
RGB Variations
Color information
#EAE145 (or 0xEAE145) is known color: Starship. HEX triplet: EA, E1 and 45. RGB value is (234,225,69). Sum of RGB (Red+Green+Blue) = 234+225+69=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE145 is #151EBA. Grayscale: #D2D2D2. Windows color (decimal): -1384123 or 4579818. OLE color: 4579818.
HSL color Cylindrical-coordinate representation of color #EAE145: hue angle of 56.73º 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 #EAE145 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 69 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.08 |
| HSL | 56.73º | 0.8% | 0.59% | - |
| HSV(B) | 56.73º | 0.71% | 0.92% | - |
| XYZ | 61.93 | 71.77 | 16.22 | - |
| YUV | 209.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 69 | 0 | 0.04 | 0.71 | 0.08 | 56.73 | 0.8 | 0.59 |
| Hex | EA | E1 | 45 | 0 | 4 | 47 | 8 | 39 | 50 | 3B |
| Octal | 352 | 341 | 105 | 0 | 4 | 107 | 10 | 71 | 120 | 73 |
| Binary | 11101010 | 11100001 | 1000101 | 0 | 100 | 1000111 | 1000 | 111001 | 1010000 | 111011 |
Color Harmonies of #EAE145
Complementary color
Monochromatic Colors of #EAE145
Black with #EAE145
Text Example
Text Example
White with #EAE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE145; }
p { color: rgb(234,225,69); }
H1.HeaderClassName
{
color: #EAE145;
}
.AnyTagClassName
{
color: #EAE145;
}
</style>
background-color css
<style>
a { background-color: #EAE145; }
a { background-color: rgb(234,225,69); }
div.DivClassName
{
background-color: #EAE145;
}
.BgClassName
{
background-color: #EAE145;
}
</style>
border-color css
<style>
span { border-color: #EAE145; }
span { border-color: rgb(234,225,69); }
td.TdClassName
{
border-color: #EAE145;
}
.TagClassName
{
border-color: #EAE145;
}
</style>