Shades of Starship #EADC3E
Tints of Starship #EADC3E
RGB
CMYK
RGB Variations
Color information
#EADC3E (or 0xEADC3E) is known color: Starship. HEX triplet: EA, DC and 3E. RGB value is (234,220,62). Sum of RGB (Red+Green+Blue) = 234+220+62=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC3E is #1523C1. Grayscale: #CECECE. Windows color (decimal): -1385410 or 4119786. OLE color: 4119786.
HSL color Cylindrical-coordinate representation of color #EADC3E: hue angle of 55.12º degrees, saturation: 0.8, 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 #EADC3E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 62 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.08 |
| HSL | 55.12º | 0.8% | 0.58% | - |
| HSV(B) | 55.12º | 0.74% | 0.92% | - |
| XYZ | 60.39 | 69.03 | 14.7 | - |
| YUV | 206.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 62 | 0 | 0.06 | 0.74 | 0.08 | 55.12 | 0.8 | 0.58 |
| Hex | EA | DC | 3E | 0 | 6 | 4A | 8 | 37 | 50 | 3A |
| Octal | 352 | 334 | 76 | 0 | 6 | 112 | 10 | 67 | 120 | 72 |
| Binary | 11101010 | 11011100 | 111110 | 0 | 110 | 1001010 | 1000 | 110111 | 1010000 | 111010 |
Color Harmonies of #EADC3E
Complementary color
Monochromatic Colors of #EADC3E
Black with #EADC3E
Text Example
Text Example
White with #EADC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC3E; }
p { color: rgb(234,220,62); }
H1.HeaderClassName
{
color: #EADC3E;
}
.AnyTagClassName
{
color: #EADC3E;
}
</style>
background-color css
<style>
a { background-color: #EADC3E; }
a { background-color: rgb(234,220,62); }
div.DivClassName
{
background-color: #EADC3E;
}
.BgClassName
{
background-color: #EADC3E;
}
</style>
border-color css
<style>
span { border-color: #EADC3E; }
span { border-color: rgb(234,220,62); }
td.TdClassName
{
border-color: #EADC3E;
}
.TagClassName
{
border-color: #EADC3E;
}
</style>