Shades of Starship #EADE45
Tints of Starship #EADE45
RGB
CMYK
RGB Variations
Color information
#EADE45 (or 0xEADE45) is known color: Starship. HEX triplet: EA, DE and 45. RGB value is (234,222,69). Sum of RGB (Red+Green+Blue) = 234+222+69=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE45 is #1521BA. Grayscale: #D0D0D0. Windows color (decimal): -1384891 or 4579050. OLE color: 4579050.
HSL color Cylindrical-coordinate representation of color #EADE45: hue angle of 55.64º 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 #EADE45 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 69 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 55.64º | 0.8% | 0.59% | - |
| HSV(B) | 55.64º | 0.71% | 0.92% | - |
| XYZ | 61.13 | 70.16 | 15.95 | - |
| YUV | 208.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 69 | 0 | 0.05 | 0.71 | 0.08 | 55.64 | 0.8 | 0.59 |
| Hex | EA | DE | 45 | 0 | 5 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 336 | 105 | 0 | 5 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011110 | 1000101 | 0 | 101 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADE45
Complementary color
Monochromatic Colors of #EADE45
Black with #EADE45
Text Example
Text Example
White with #EADE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE45; }
p { color: rgb(234,222,69); }
H1.HeaderClassName
{
color: #EADE45;
}
.AnyTagClassName
{
color: #EADE45;
}
</style>
background-color css
<style>
a { background-color: #EADE45; }
a { background-color: rgb(234,222,69); }
div.DivClassName
{
background-color: #EADE45;
}
.BgClassName
{
background-color: #EADE45;
}
</style>
border-color css
<style>
span { border-color: #EADE45; }
span { border-color: rgb(234,222,69); }
td.TdClassName
{
border-color: #EADE45;
}
.TagClassName
{
border-color: #EADE45;
}
</style>