Shades of Starship #EAE140
Tints of Starship #EAE140
RGB
CMYK
RGB Variations
Color information
#EAE140 (or 0xEAE140) is known color: Starship. HEX triplet: EA, E1 and 40. RGB value is (234,225,64). Sum of RGB (Red+Green+Blue) = 234+225+64=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE140 is #151EBF. Grayscale: #D1D1D1. Windows color (decimal): -1384128 or 4252138. OLE color: 4252138.
HSL color Cylindrical-coordinate representation of color #EAE140: hue angle of 56.82º 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 #EAE140 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 64 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.08 |
| HSL | 56.82º | 0.8% | 0.58% | - |
| HSV(B) | 56.82º | 0.73% | 0.92% | - |
| XYZ | 61.78 | 71.71 | 15.44 | - |
| YUV | 209.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 64 | 0 | 0.04 | 0.73 | 0.08 | 56.82 | 0.8 | 0.58 |
| Hex | EA | E1 | 40 | 0 | 4 | 49 | 8 | 39 | 50 | 3A |
| Octal | 352 | 341 | 100 | 0 | 4 | 111 | 10 | 71 | 120 | 72 |
| Binary | 11101010 | 11100001 | 1000000 | 0 | 100 | 1001001 | 1000 | 111001 | 1010000 | 111010 |
Color Harmonies of #EAE140
Complementary color
Monochromatic Colors of #EAE140
Black with #EAE140
Text Example
Text Example
White with #EAE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE140; }
p { color: rgb(234,225,64); }
H1.HeaderClassName
{
color: #EAE140;
}
.AnyTagClassName
{
color: #EAE140;
}
</style>
background-color css
<style>
a { background-color: #EAE140; }
a { background-color: rgb(234,225,64); }
div.DivClassName
{
background-color: #EAE140;
}
.BgClassName
{
background-color: #EAE140;
}
</style>
border-color css
<style>
span { border-color: #EAE140; }
span { border-color: rgb(234,225,64); }
td.TdClassName
{
border-color: #EAE140;
}
.TagClassName
{
border-color: #EAE140;
}
</style>