Shades of Starship #EAE241
Tints of Starship #EAE241
RGB
CMYK
RGB Variations
Color information
#EAE241 (or 0xEAE241) is known color: Starship. HEX triplet: EA, E2 and 41. RGB value is (234,226,65). Sum of RGB (Red+Green+Blue) = 234+226+65=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE241 is #151DBE. Grayscale: #D2D2D2. Windows color (decimal): -1383871 or 4317930. OLE color: 4317930.
HSL color Cylindrical-coordinate representation of color #EAE241: hue angle of 57.16º 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 #EAE241 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 65 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.08 |
| HSL | 57.16º | 0.8% | 0.59% | - |
| HSV(B) | 57.16º | 0.72% | 0.92% | - |
| XYZ | 62.08 | 72.27 | 15.68 | - |
| YUV | 210.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 65 | 0 | 0.03 | 0.72 | 0.08 | 57.16 | 0.8 | 0.59 |
| Hex | EA | E2 | 41 | 0 | 3 | 48 | 8 | 39 | 50 | 3B |
| Octal | 352 | 342 | 101 | 0 | 3 | 110 | 10 | 71 | 120 | 73 |
| Binary | 11101010 | 11100010 | 1000001 | 0 | 11 | 1001000 | 1000 | 111001 | 1010000 | 111011 |
Color Harmonies of #EAE241
Complementary color
Monochromatic Colors of #EAE241
Black with #EAE241
Text Example
Text Example
White with #EAE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE241; }
p { color: rgb(234,226,65); }
H1.HeaderClassName
{
color: #EAE241;
}
.AnyTagClassName
{
color: #EAE241;
}
</style>
background-color css
<style>
a { background-color: #EAE241; }
a { background-color: rgb(234,226,65); }
div.DivClassName
{
background-color: #EAE241;
}
.BgClassName
{
background-color: #EAE241;
}
</style>
border-color css
<style>
span { border-color: #EAE241; }
span { border-color: rgb(234,226,65); }
td.TdClassName
{
border-color: #EAE241;
}
.TagClassName
{
border-color: #EAE241;
}
</style>