Shades of Starship #EAE742
Tints of Starship #EAE742
RGB
CMYK
RGB Variations
Color information
#EAE742 (or 0xEAE742) is known color: Starship. HEX triplet: EA, E7 and 42. RGB value is (234,231,66). Sum of RGB (Red+Green+Blue) = 234+231+66=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE742 is #1518BD. Grayscale: #D5D5D5. Windows color (decimal): -1382590 or 4384746. OLE color: 4384746.
HSL color Cylindrical-coordinate representation of color #EAE742: hue angle of 58.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAE742 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 66 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.08 |
| HSL | 58.93º | 0.8% | 0.59% | - |
| HSV(B) | 58.93º | 0.72% | 0.92% | - |
| XYZ | 63.49 | 75.04 | 16.29 | - |
| YUV | 213.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 66 | 0 | 0.01 | 0.72 | 0.08 | 58.93 | 0.8 | 0.59 |
| Hex | EA | E7 | 42 | 0 | 1 | 48 | 8 | 3B | 50 | 3B |
| Octal | 352 | 347 | 102 | 0 | 1 | 110 | 10 | 73 | 120 | 73 |
| Binary | 11101010 | 11100111 | 1000010 | 0 | 1 | 1001000 | 1000 | 111011 | 1010000 | 111011 |
Color Harmonies of #EAE742
Complementary color
Monochromatic Colors of #EAE742
Black with #EAE742
Text Example
Text Example
White with #EAE742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE742; }
p { color: rgb(234,231,66); }
H1.HeaderClassName
{
color: #EAE742;
}
.AnyTagClassName
{
color: #EAE742;
}
</style>
background-color css
<style>
a { background-color: #EAE742; }
a { background-color: rgb(234,231,66); }
div.DivClassName
{
background-color: #EAE742;
}
.BgClassName
{
background-color: #EAE742;
}
</style>
border-color css
<style>
span { border-color: #EAE742; }
span { border-color: rgb(234,231,66); }
td.TdClassName
{
border-color: #EAE742;
}
.TagClassName
{
border-color: #EAE742;
}
</style>