Shades of Starship #EADA39
Tints of Starship #EADA39
RGB
CMYK
RGB Variations
Color information
#EADA39 (or 0xEADA39) is known color: Starship. HEX triplet: EA, DA and 39. RGB value is (234,218,57). Sum of RGB (Red+Green+Blue) = 234+218+57=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 57 (22.66% from 255 or 11.20% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA39 is #1525C6. Grayscale: #CDCDCD. Windows color (decimal): -1385927 or 3791594. OLE color: 3791594.
HSL color Cylindrical-coordinate representation of color #EADA39: hue angle of 54.58º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EADA39 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.08 |
| HSL | 54.58º | 0.81% | 0.57% | - |
| HSV(B) | 54.58º | 0.76% | 0.92% | - |
| XYZ | 59.74 | 67.93 | 13.83 | - |
| YUV | 204.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 57 | 0 | 0.07 | 0.76 | 0.08 | 54.58 | 0.81 | 0.57 |
| Hex | EA | DA | 39 | 0 | 7 | 4C | 8 | 37 | 51 | 39 |
| Octal | 352 | 332 | 71 | 0 | 7 | 114 | 10 | 67 | 121 | 71 |
| Binary | 11101010 | 11011010 | 111001 | 0 | 111 | 1001100 | 1000 | 110111 | 1010001 | 111001 |
Color Harmonies of #EADA39
Complementary color
Monochromatic Colors of #EADA39
Black with #EADA39
Text Example
Text Example
White with #EADA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA39; }
p { color: rgb(234,218,57); }
H1.HeaderClassName
{
color: #EADA39;
}
.AnyTagClassName
{
color: #EADA39;
}
</style>
background-color css
<style>
a { background-color: #EADA39; }
a { background-color: rgb(234,218,57); }
div.DivClassName
{
background-color: #EADA39;
}
.BgClassName
{
background-color: #EADA39;
}
</style>
border-color css
<style>
span { border-color: #EADA39; }
span { border-color: rgb(234,218,57); }
td.TdClassName
{
border-color: #EADA39;
}
.TagClassName
{
border-color: #EADA39;
}
</style>