Shades of Starship #EAE046
Tints of Starship #EAE046
RGB
CMYK
RGB Variations
Color information
#EAE046 (or 0xEAE046) is known color: Starship. HEX triplet: EA, E0 and 46. RGB value is (234,224,70). Sum of RGB (Red+Green+Blue) = 234+224+70=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE046 is #151FB9. Grayscale: #D2D2D2. Windows color (decimal): -1384378 or 4645098. OLE color: 4645098.
HSL color Cylindrical-coordinate representation of color #EAE046: hue angle of 56.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAE046 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 70 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.08 |
| HSL | 56.34º | 0.8% | 0.6% | - |
| HSV(B) | 56.34º | 0.7% | 0.92% | - |
| XYZ | 61.69 | 71.25 | 16.29 | - |
| YUV | 209.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 70 | 0 | 0.04 | 0.70 | 0.08 | 56.34 | 0.8 | 0.6 |
| Hex | EA | E0 | 46 | 0 | 4 | 46 | 8 | 38 | 50 | 3C |
| Octal | 352 | 340 | 106 | 0 | 4 | 106 | 10 | 70 | 120 | 74 |
| Binary | 11101010 | 11100000 | 1000110 | 0 | 100 | 1000110 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EAE046
Complementary color
Monochromatic Colors of #EAE046
Black with #EAE046
Text Example
Text Example
White with #EAE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE046; }
p { color: rgb(234,224,70); }
H1.HeaderClassName
{
color: #EAE046;
}
.AnyTagClassName
{
color: #EAE046;
}
</style>
background-color css
<style>
a { background-color: #EAE046; }
a { background-color: rgb(234,224,70); }
div.DivClassName
{
background-color: #EAE046;
}
.BgClassName
{
background-color: #EAE046;
}
</style>
border-color css
<style>
span { border-color: #EAE046; }
span { border-color: rgb(234,224,70); }
td.TdClassName
{
border-color: #EAE046;
}
.TagClassName
{
border-color: #EAE046;
}
</style>