Shades of Starship #EADC3C
Tints of Starship #EADC3C
RGB
CMYK
RGB Variations
Color information
#EADC3C (or 0xEADC3C) is known color: Starship. HEX triplet: EA, DC and 3C. RGB value is (234,220,60). Sum of RGB (Red+Green+Blue) = 234+220+60=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC3C is #1523C3. Grayscale: #CECECE. Windows color (decimal): -1385412 or 3988714. OLE color: 3988714.
HSL color Cylindrical-coordinate representation of color #EADC3C: hue angle of 55.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EADC3C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.08 |
| HSL | 55.17º | 0.81% | 0.58% | - |
| HSV(B) | 55.17º | 0.74% | 0.92% | - |
| XYZ | 60.34 | 69.01 | 14.41 | - |
| YUV | 205.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 60 | 0 | 0.06 | 0.74 | 0.08 | 55.17 | 0.81 | 0.58 |
| Hex | EA | DC | 3C | 0 | 6 | 4A | 8 | 37 | 51 | 3A |
| Octal | 352 | 334 | 74 | 0 | 6 | 112 | 10 | 67 | 121 | 72 |
| Binary | 11101010 | 11011100 | 111100 | 0 | 110 | 1001010 | 1000 | 110111 | 1010001 | 111010 |
Color Harmonies of #EADC3C
Complementary color
Monochromatic Colors of #EADC3C
Black with #EADC3C
Text Example
Text Example
White with #EADC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC3C; }
p { color: rgb(234,220,60); }
H1.HeaderClassName
{
color: #EADC3C;
}
.AnyTagClassName
{
color: #EADC3C;
}
</style>
background-color css
<style>
a { background-color: #EADC3C; }
a { background-color: rgb(234,220,60); }
div.DivClassName
{
background-color: #EADC3C;
}
.BgClassName
{
background-color: #EADC3C;
}
</style>
border-color css
<style>
span { border-color: #EADC3C; }
span { border-color: rgb(234,220,60); }
td.TdClassName
{
border-color: #EADC3C;
}
.TagClassName
{
border-color: #EADC3C;
}
</style>