Shades of Starship #EADC46
Tints of Starship #EADC46
RGB
CMYK
RGB Variations
Color information
#EADC46 (or 0xEADC46) is known color: Starship. HEX triplet: EA, DC and 46. RGB value is (234,220,70). Sum of RGB (Red+Green+Blue) = 234+220+70=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC46 is #1523B9. Grayscale: #CFCFCF. Windows color (decimal): -1385402 or 4644074. OLE color: 4644074.
HSL color Cylindrical-coordinate representation of color #EADC46: hue angle of 54.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EADC46 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 70 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.08 |
| HSL | 54.88º | 0.8% | 0.6% | - |
| HSV(B) | 54.88º | 0.7% | 0.92% | - |
| XYZ | 60.63 | 69.12 | 15.94 | - |
| YUV | 207.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 70 | 0 | 0.06 | 0.70 | 0.08 | 54.88 | 0.8 | 0.6 |
| Hex | EA | DC | 46 | 0 | 6 | 46 | 8 | 37 | 50 | 3C |
| Octal | 352 | 334 | 106 | 0 | 6 | 106 | 10 | 67 | 120 | 74 |
| Binary | 11101010 | 11011100 | 1000110 | 0 | 110 | 1000110 | 1000 | 110111 | 1010000 | 111100 |
Color Harmonies of #EADC46
Complementary color
Monochromatic Colors of #EADC46
Black with #EADC46
Text Example
Text Example
White with #EADC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC46; }
p { color: rgb(234,220,70); }
H1.HeaderClassName
{
color: #EADC46;
}
.AnyTagClassName
{
color: #EADC46;
}
</style>
background-color css
<style>
a { background-color: #EADC46; }
a { background-color: rgb(234,220,70); }
div.DivClassName
{
background-color: #EADC46;
}
.BgClassName
{
background-color: #EADC46;
}
</style>
border-color css
<style>
span { border-color: #EADC46; }
span { border-color: rgb(234,220,70); }
td.TdClassName
{
border-color: #EADC46;
}
.TagClassName
{
border-color: #EADC46;
}
</style>