Shades of Starship #EAE644
Tints of Starship #EAE644
RGB
CMYK
RGB Variations
Color information
#EAE644 (or 0xEAE644) is known color: Starship. HEX triplet: EA, E6 and 44. RGB value is (234,230,68). Sum of RGB (Red+Green+Blue) = 234+230+68=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE644 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE644 is #1519BB. Grayscale: #D5D5D5. Windows color (decimal): -1382844 or 4515562. OLE color: 4515562.
HSL color Cylindrical-coordinate representation of color #EAE644: hue angle of 58.55º 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 #EAE644 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 68 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.08 |
| HSL | 58.55º | 0.8% | 0.59% | - |
| HSV(B) | 58.55º | 0.71% | 0.92% | - |
| XYZ | 63.27 | 74.5 | 16.51 | - |
| YUV | 212.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 68 | 0 | 0.02 | 0.71 | 0.08 | 58.55 | 0.8 | 0.59 |
| Hex | EA | E6 | 44 | 0 | 2 | 47 | 8 | 3B | 50 | 3B |
| Octal | 352 | 346 | 104 | 0 | 2 | 107 | 10 | 73 | 120 | 73 |
| Binary | 11101010 | 11100110 | 1000100 | 0 | 10 | 1000111 | 1000 | 111011 | 1010000 | 111011 |
Color Harmonies of #EAE644
Complementary color
Monochromatic Colors of #EAE644
Black with #EAE644
Text Example
Text Example
White with #EAE644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE644; }
p { color: rgb(234,230,68); }
H1.HeaderClassName
{
color: #EAE644;
}
.AnyTagClassName
{
color: #EAE644;
}
</style>
background-color css
<style>
a { background-color: #EAE644; }
a { background-color: rgb(234,230,68); }
div.DivClassName
{
background-color: #EAE644;
}
.BgClassName
{
background-color: #EAE644;
}
</style>
border-color css
<style>
span { border-color: #EAE644; }
span { border-color: rgb(234,230,68); }
td.TdClassName
{
border-color: #EAE644;
}
.TagClassName
{
border-color: #EAE644;
}
</style>