Shades of Starship #EAE947
Tints of Starship #EAE947
RGB
CMYK
RGB Variations
Color information
#EAE947 (or 0xEAE947) is known color: Starship. HEX triplet: EA, E9 and 47. RGB value is (234,233,71). Sum of RGB (Red+Green+Blue) = 234+233+71=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 71 (28.12% from 255 or 13.20% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE947 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE947 is #1516B8. Grayscale: #D7D7D7. Windows color (decimal): -1382073 or 4712938. OLE color: 4712938.
HSL color Cylindrical-coordinate representation of color #EAE947: hue angle of 59.63º 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 #EAE947 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 71 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.08 |
| HSL | 59.63º | 0.8% | 0.6% | - |
| HSV(B) | 59.63º | 0.7% | 0.92% | - |
| XYZ | 64.21 | 76.23 | 17.29 | - |
| YUV | 214.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 71 | 0 | 0.00 | 0.70 | 0.08 | 59.63 | 0.8 | 0.6 |
| Hex | EA | E9 | 47 | 0 | 0 | 46 | 8 | 3C | 50 | 3C |
| Octal | 352 | 351 | 107 | 0 | 0 | 106 | 10 | 74 | 120 | 74 |
| Binary | 11101010 | 11101001 | 1000111 | 0 | 0 | 1000110 | 1000 | 111100 | 1010000 | 111100 |
Color Harmonies of #EAE947
Complementary color
Monochromatic Colors of #EAE947
Black with #EAE947
Text Example
Text Example
White with #EAE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE947; }
p { color: rgb(234,233,71); }
H1.HeaderClassName
{
color: #EAE947;
}
.AnyTagClassName
{
color: #EAE947;
}
</style>
background-color css
<style>
a { background-color: #EAE947; }
a { background-color: rgb(234,233,71); }
div.DivClassName
{
background-color: #EAE947;
}
.BgClassName
{
background-color: #EAE947;
}
</style>
border-color css
<style>
span { border-color: #EAE947; }
span { border-color: rgb(234,233,71); }
td.TdClassName
{
border-color: #EAE947;
}
.TagClassName
{
border-color: #EAE947;
}
</style>