Shades of Starship #EAE446
Tints of Starship #EAE446
RGB
CMYK
RGB Variations
Color information
#EAE446 (or 0xEAE446) is known color: Starship. HEX triplet: EA, E4 and 46. RGB value is (234,228,70). Sum of RGB (Red+Green+Blue) = 234+228+70=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE446 is #151BB9. Grayscale: #D4D4D4. Windows color (decimal): -1383354 or 4646122. OLE color: 4646122.
HSL color Cylindrical-coordinate representation of color #EAE446: hue angle of 57.8º 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 #EAE446 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 70 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.08 |
| HSL | 57.8º | 0.8% | 0.6% | - |
| HSV(B) | 57.8º | 0.7% | 0.92% | - |
| XYZ | 62.78 | 73.42 | 16.66 | - |
| YUV | 211.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 70 | 0 | 0.03 | 0.70 | 0.08 | 57.8 | 0.8 | 0.6 |
| Hex | EA | E4 | 46 | 0 | 3 | 46 | 8 | 3A | 50 | 3C |
| Octal | 352 | 344 | 106 | 0 | 3 | 106 | 10 | 72 | 120 | 74 |
| Binary | 11101010 | 11100100 | 1000110 | 0 | 11 | 1000110 | 1000 | 111010 | 1010000 | 111100 |
Color Harmonies of #EAE446
Complementary color
Monochromatic Colors of #EAE446
Black with #EAE446
Text Example
Text Example
White with #EAE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE446; }
p { color: rgb(234,228,70); }
H1.HeaderClassName
{
color: #EAE446;
}
.AnyTagClassName
{
color: #EAE446;
}
</style>
background-color css
<style>
a { background-color: #EAE446; }
a { background-color: rgb(234,228,70); }
div.DivClassName
{
background-color: #EAE446;
}
.BgClassName
{
background-color: #EAE446;
}
</style>
border-color css
<style>
span { border-color: #EAE446; }
span { border-color: rgb(234,228,70); }
td.TdClassName
{
border-color: #EAE446;
}
.TagClassName
{
border-color: #EAE446;
}
</style>