Shades of Starship #EADE42
Tints of Starship #EADE42
RGB
CMYK
RGB Variations
Color information
#EADE42 (or 0xEADE42) is known color: Starship. HEX triplet: EA, DE and 42. RGB value is (234,222,66). Sum of RGB (Red+Green+Blue) = 234+222+66=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE42 is #1521BD. Grayscale: #D0D0D0. Windows color (decimal): -1384894 or 4382442. OLE color: 4382442.
HSL color Cylindrical-coordinate representation of color #EADE42: hue angle of 55.71º 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 #EADE42 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 66 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.08 |
| HSL | 55.71º | 0.8% | 0.59% | - |
| HSV(B) | 55.71º | 0.72% | 0.92% | - |
| XYZ | 61.04 | 70.13 | 15.47 | - |
| YUV | 207.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 66 | 0 | 0.05 | 0.72 | 0.08 | 55.71 | 0.8 | 0.59 |
| Hex | EA | DE | 42 | 0 | 5 | 48 | 8 | 38 | 50 | 3B |
| Octal | 352 | 336 | 102 | 0 | 5 | 110 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011110 | 1000010 | 0 | 101 | 1001000 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADE42
Complementary color
Monochromatic Colors of #EADE42
Black with #EADE42
Text Example
Text Example
White with #EADE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE42; }
p { color: rgb(234,222,66); }
H1.HeaderClassName
{
color: #EADE42;
}
.AnyTagClassName
{
color: #EADE42;
}
</style>
background-color css
<style>
a { background-color: #EADE42; }
a { background-color: rgb(234,222,66); }
div.DivClassName
{
background-color: #EADE42;
}
.BgClassName
{
background-color: #EADE42;
}
</style>
border-color css
<style>
span { border-color: #EADE42; }
span { border-color: rgb(234,222,66); }
td.TdClassName
{
border-color: #EADE42;
}
.TagClassName
{
border-color: #EADE42;
}
</style>