Shades of Starship #EAE045
Tints of Starship #EAE045
RGB
CMYK
RGB Variations
Color information
#EAE045 (or 0xEAE045) is known color: Starship. HEX triplet: EA, E0 and 45. RGB value is (234,224,69). Sum of RGB (Red+Green+Blue) = 234+224+69=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE045 is #151FBA. Grayscale: #D1D1D1. Windows color (decimal): -1384379 or 4579562. OLE color: 4579562.
HSL color Cylindrical-coordinate representation of color #EAE045: hue angle of 56.36º 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 #EAE045 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 69 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.08 |
| HSL | 56.36º | 0.8% | 0.59% | - |
| HSV(B) | 56.36º | 0.71% | 0.92% | - |
| XYZ | 61.66 | 71.23 | 16.13 | - |
| YUV | 209.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 69 | 0 | 0.04 | 0.71 | 0.08 | 56.36 | 0.8 | 0.59 |
| Hex | EA | E0 | 45 | 0 | 4 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 340 | 105 | 0 | 4 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11100000 | 1000101 | 0 | 100 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EAE045
Complementary color
Monochromatic Colors of #EAE045
Black with #EAE045
Text Example
Text Example
White with #EAE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE045; }
p { color: rgb(234,224,69); }
H1.HeaderClassName
{
color: #EAE045;
}
.AnyTagClassName
{
color: #EAE045;
}
</style>
background-color css
<style>
a { background-color: #EAE045; }
a { background-color: rgb(234,224,69); }
div.DivClassName
{
background-color: #EAE045;
}
.BgClassName
{
background-color: #EAE045;
}
</style>
border-color css
<style>
span { border-color: #EAE045; }
span { border-color: rgb(234,224,69); }
td.TdClassName
{
border-color: #EAE045;
}
.TagClassName
{
border-color: #EAE045;
}
</style>