Shades of Starship #EADD45
Tints of Starship #EADD45
RGB
CMYK
RGB Variations
Color information
#EADD45 (or 0xEADD45) is known color: Starship. HEX triplet: EA, DD and 45. RGB value is (234,221,69). Sum of RGB (Red+Green+Blue) = 234+221+69=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD45 is #1522BA. Grayscale: #D0D0D0. Windows color (decimal): -1385147 or 4578794. OLE color: 4578794.
HSL color Cylindrical-coordinate representation of color #EADD45: hue angle of 55.27º 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 #EADD45 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 69 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.08 |
| HSL | 55.27º | 0.8% | 0.59% | - |
| HSV(B) | 55.27º | 0.71% | 0.92% | - |
| XYZ | 60.86 | 69.63 | 15.86 | - |
| YUV | 207.56 | 49.81 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 69 | 0 | 0.06 | 0.71 | 0.08 | 55.27 | 0.8 | 0.59 |
| Hex | EA | DD | 45 | 0 | 6 | 47 | 8 | 37 | 50 | 3B |
| Octal | 352 | 335 | 105 | 0 | 6 | 107 | 10 | 67 | 120 | 73 |
| Binary | 11101010 | 11011101 | 1000101 | 0 | 110 | 1000111 | 1000 | 110111 | 1010000 | 111011 |
Color Harmonies of #EADD45
Complementary color
Monochromatic Colors of #EADD45
Black with #EADD45
Text Example
Text Example
White with #EADD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD45; }
p { color: rgb(234,221,69); }
H1.HeaderClassName
{
color: #EADD45;
}
.AnyTagClassName
{
color: #EADD45;
}
</style>
background-color css
<style>
a { background-color: #EADD45; }
a { background-color: rgb(234,221,69); }
div.DivClassName
{
background-color: #EADD45;
}
.BgClassName
{
background-color: #EADD45;
}
</style>
border-color css
<style>
span { border-color: #EADD45; }
span { border-color: rgb(234,221,69); }
td.TdClassName
{
border-color: #EADD45;
}
.TagClassName
{
border-color: #EADD45;
}
</style>