Shades of Starship #EADC40
Tints of Starship #EADC40
RGB
CMYK
RGB Variations
Color information
#EADC40 (or 0xEADC40) is known color: Starship. HEX triplet: EA, DC and 40. RGB value is (234,220,64). Sum of RGB (Red+Green+Blue) = 234+220+64=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC40 is #1523BF. Grayscale: #CFCFCF. Windows color (decimal): -1385408 or 4250858. OLE color: 4250858.
HSL color Cylindrical-coordinate representation of color #EADC40: hue angle of 55.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EADC40 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 64 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.08 |
| HSL | 55.06º | 0.8% | 0.58% | - |
| HSV(B) | 55.06º | 0.73% | 0.92% | - |
| XYZ | 60.45 | 69.05 | 14.99 | - |
| YUV | 206.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 64 | 0 | 0.06 | 0.73 | 0.08 | 55.06 | 0.8 | 0.58 |
| Hex | EA | DC | 40 | 0 | 6 | 49 | 8 | 37 | 50 | 3A |
| Octal | 352 | 334 | 100 | 0 | 6 | 111 | 10 | 67 | 120 | 72 |
| Binary | 11101010 | 11011100 | 1000000 | 0 | 110 | 1001001 | 1000 | 110111 | 1010000 | 111010 |
Color Harmonies of #EADC40
Complementary color
Monochromatic Colors of #EADC40
Black with #EADC40
Text Example
Text Example
White with #EADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC40; }
p { color: rgb(234,220,64); }
H1.HeaderClassName
{
color: #EADC40;
}
.AnyTagClassName
{
color: #EADC40;
}
</style>
background-color css
<style>
a { background-color: #EADC40; }
a { background-color: rgb(234,220,64); }
div.DivClassName
{
background-color: #EADC40;
}
.BgClassName
{
background-color: #EADC40;
}
</style>
border-color css
<style>
span { border-color: #EADC40; }
span { border-color: rgb(234,220,64); }
td.TdClassName
{
border-color: #EADC40;
}
.TagClassName
{
border-color: #EADC40;
}
</style>