Shades of Starship #EAE741
Tints of Starship #EAE741
RGB
CMYK
RGB Variations
Color information
#EAE741 (or 0xEAE741) is known color: Starship. HEX triplet: EA, E7 and 41. RGB value is (234,231,65). Sum of RGB (Red+Green+Blue) = 234+231+65=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE741 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE741 is #1518BE. Grayscale: #D5D5D5. Windows color (decimal): -1382591 or 4319210. OLE color: 4319210.
HSL color Cylindrical-coordinate representation of color #EAE741: 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 #EAE741 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 65 | - |
| 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.46 | 75.03 | 16.14 | - |
| YUV | 212.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 65 | 0 | 0.01 | 0.72 | 0.08 | 58.93 | 0.8 | 0.59 |
| Hex | EA | E7 | 41 | 0 | 1 | 48 | 8 | 3B | 50 | 3B |
| Octal | 352 | 347 | 101 | 0 | 1 | 110 | 10 | 73 | 120 | 73 |
| Binary | 11101010 | 11100111 | 1000001 | 0 | 1 | 1001000 | 1000 | 111011 | 1010000 | 111011 |
Color Harmonies of #EAE741
Complementary color
Monochromatic Colors of #EAE741
Black with #EAE741
Text Example
Text Example
White with #EAE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE741; }
p { color: rgb(234,231,65); }
H1.HeaderClassName
{
color: #EAE741;
}
.AnyTagClassName
{
color: #EAE741;
}
</style>
background-color css
<style>
a { background-color: #EAE741; }
a { background-color: rgb(234,231,65); }
div.DivClassName
{
background-color: #EAE741;
}
.BgClassName
{
background-color: #EAE741;
}
</style>
border-color css
<style>
span { border-color: #EAE741; }
span { border-color: rgb(234,231,65); }
td.TdClassName
{
border-color: #EAE741;
}
.TagClassName
{
border-color: #EAE741;
}
</style>