Shades of Starship #EAE044
Tints of Starship #EAE044
RGB
CMYK
RGB Variations
Color information
#EAE044 (or 0xEAE044) is known color: Starship. HEX triplet: EA, E0 and 44. RGB value is (234,224,68). Sum of RGB (Red+Green+Blue) = 234+224+68=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE044 is #151FBB. Grayscale: #D1D1D1. Windows color (decimal): -1384380 or 4514026. OLE color: 4514026.
HSL color Cylindrical-coordinate representation of color #EAE044: hue angle of 56.39º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAE044 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 68 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.08 |
| HSL | 56.39º | 0.8% | 0.59% | - |
| HSV(B) | 56.39º | 0.71% | 0.92% | - |
| XYZ | 61.63 | 71.22 | 15.97 | - |
| YUV | 209.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 68 | 0 | 0.04 | 0.71 | 0.08 | 56.39 | 0.8 | 0.59 |
| Hex | EA | E0 | 44 | 0 | 4 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 340 | 104 | 0 | 4 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11100000 | 1000100 | 0 | 100 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EAE044
Complementary color
Monochromatic Colors of #EAE044
Black with #EAE044
Text Example
Text Example
White with #EAE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE044; }
p { color: rgb(234,224,68); }
H1.HeaderClassName
{
color: #EAE044;
}
.AnyTagClassName
{
color: #EAE044;
}
</style>
background-color css
<style>
a { background-color: #EAE044; }
a { background-color: rgb(234,224,68); }
div.DivClassName
{
background-color: #EAE044;
}
.BgClassName
{
background-color: #EAE044;
}
</style>
border-color css
<style>
span { border-color: #EAE044; }
span { border-color: rgb(234,224,68); }
td.TdClassName
{
border-color: #EAE044;
}
.TagClassName
{
border-color: #EAE044;
}
</style>