Shades of Starship #EAE846
Tints of Starship #EAE846
RGB
CMYK
RGB Variations
Color information
#EAE846 (or 0xEAE846) is known color: Starship. HEX triplet: EA, E8 and 46. RGB value is (234,232,70). Sum of RGB (Red+Green+Blue) = 234+232+70=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE846 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE846 is #1517B9. Grayscale: #D6D6D6. Windows color (decimal): -1382330 or 4647146. OLE color: 4647146.
HSL color Cylindrical-coordinate representation of color #EAE846: hue angle of 59.27º 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 #EAE846 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 70 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.08 |
| HSL | 59.27º | 0.8% | 0.6% | - |
| HSV(B) | 59.27º | 0.7% | 0.92% | - |
| XYZ | 63.89 | 75.65 | 17.03 | - |
| YUV | 214.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 70 | 0 | 0.01 | 0.70 | 0.08 | 59.27 | 0.8 | 0.6 |
| Hex | EA | E8 | 46 | 0 | 1 | 46 | 8 | 3B | 50 | 3C |
| Octal | 352 | 350 | 106 | 0 | 1 | 106 | 10 | 73 | 120 | 74 |
| Binary | 11101010 | 11101000 | 1000110 | 0 | 1 | 1000110 | 1000 | 111011 | 1010000 | 111100 |
Color Harmonies of #EAE846
Complementary color
Monochromatic Colors of #EAE846
Black with #EAE846
Text Example
Text Example
White with #EAE846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE846; }
p { color: rgb(234,232,70); }
H1.HeaderClassName
{
color: #EAE846;
}
.AnyTagClassName
{
color: #EAE846;
}
</style>
background-color css
<style>
a { background-color: #EAE846; }
a { background-color: rgb(234,232,70); }
div.DivClassName
{
background-color: #EAE846;
}
.BgClassName
{
background-color: #EAE846;
}
</style>
border-color css
<style>
span { border-color: #EAE846; }
span { border-color: rgb(234,232,70); }
td.TdClassName
{
border-color: #EAE846;
}
.TagClassName
{
border-color: #EAE846;
}
</style>