Shades of Starship #EAE040
Tints of Starship #EAE040
RGB
CMYK
RGB Variations
Color information
#EAE040 (or 0xEAE040) is known color: Starship. HEX triplet: EA, E0 and 40. RGB value is (234,224,64). Sum of RGB (Red+Green+Blue) = 234+224+64=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE040 is #151FBF. Grayscale: #D1D1D1. Windows color (decimal): -1384384 or 4251882. OLE color: 4251882.
HSL color Cylindrical-coordinate representation of color #EAE040: hue angle of 56.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE040 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 64 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.08 |
| HSL | 56.47º | 0.8% | 0.58% | - |
| HSV(B) | 56.47º | 0.73% | 0.92% | - |
| XYZ | 61.51 | 71.17 | 15.35 | - |
| YUV | 208.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 64 | 0 | 0.04 | 0.73 | 0.08 | 56.47 | 0.8 | 0.58 |
| Hex | EA | E0 | 40 | 0 | 4 | 49 | 8 | 38 | 50 | 3A |
| Octal | 352 | 340 | 100 | 0 | 4 | 111 | 10 | 70 | 120 | 72 |
| Binary | 11101010 | 11100000 | 1000000 | 0 | 100 | 1001001 | 1000 | 111000 | 1010000 | 111010 |
Color Harmonies of #EAE040
Complementary color
Monochromatic Colors of #EAE040
Black with #EAE040
Text Example
Text Example
White with #EAE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE040; }
p { color: rgb(234,224,64); }
H1.HeaderClassName
{
color: #EAE040;
}
.AnyTagClassName
{
color: #EAE040;
}
</style>
background-color css
<style>
a { background-color: #EAE040; }
a { background-color: rgb(234,224,64); }
div.DivClassName
{
background-color: #EAE040;
}
.BgClassName
{
background-color: #EAE040;
}
</style>
border-color css
<style>
span { border-color: #EAE040; }
span { border-color: rgb(234,224,64); }
td.TdClassName
{
border-color: #EAE040;
}
.TagClassName
{
border-color: #EAE040;
}
</style>