Shades of Starship #EADC45
Tints of Starship #EADC45
RGB
CMYK
RGB Variations
Color information
#EADC45 (or 0xEADC45) is known color: Starship. HEX triplet: EA, DC and 45. RGB value is (234,220,69). Sum of RGB (Red+Green+Blue) = 234+220+69=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC45 is #1523BA. Grayscale: #CFCFCF. Windows color (decimal): -1385403 or 4578538. OLE color: 4578538.
HSL color Cylindrical-coordinate representation of color #EADC45: hue angle of 54.91º 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 #EADC45 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 69 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.08 |
| HSL | 54.91º | 0.8% | 0.59% | - |
| HSV(B) | 54.91º | 0.71% | 0.92% | - |
| XYZ | 60.6 | 69.11 | 15.78 | - |
| YUV | 206.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 69 | 0 | 0.06 | 0.71 | 0.08 | 54.91 | 0.8 | 0.59 |
| Hex | EA | DC | 45 | 0 | 6 | 47 | 8 | 37 | 50 | 3B |
| Octal | 352 | 334 | 105 | 0 | 6 | 107 | 10 | 67 | 120 | 73 |
| Binary | 11101010 | 11011100 | 1000101 | 0 | 110 | 1000111 | 1000 | 110111 | 1010000 | 111011 |
Color Harmonies of #EADC45
Complementary color
Monochromatic Colors of #EADC45
Black with #EADC45
Text Example
Text Example
White with #EADC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC45; }
p { color: rgb(234,220,69); }
H1.HeaderClassName
{
color: #EADC45;
}
.AnyTagClassName
{
color: #EADC45;
}
</style>
background-color css
<style>
a { background-color: #EADC45; }
a { background-color: rgb(234,220,69); }
div.DivClassName
{
background-color: #EADC45;
}
.BgClassName
{
background-color: #EADC45;
}
</style>
border-color css
<style>
span { border-color: #EADC45; }
span { border-color: rgb(234,220,69); }
td.TdClassName
{
border-color: #EADC45;
}
.TagClassName
{
border-color: #EADC45;
}
</style>