Shades of Starship #EAD63C
Tints of Starship #EAD63C
RGB
CMYK
RGB Variations
Color information
#EAD63C (or 0xEAD63C) is known color: Starship. HEX triplet: EA, D6 and 3C. RGB value is (234,214,60). Sum of RGB (Red+Green+Blue) = 234+214+60=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD63C is #1529C3. Grayscale: #CBCBCB. Windows color (decimal): -1386948 or 3987178. OLE color: 3987178.
HSL color Cylindrical-coordinate representation of color #EAD63C: hue angle of 53.1º 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 #EAD63C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 60 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.08 |
| HSL | 53.1º | 0.81% | 0.58% | - |
| HSV(B) | 53.1º | 0.74% | 0.92% | - |
| XYZ | 58.79 | 65.91 | 13.9 | - |
| YUV | 202.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 60 | 0 | 0.09 | 0.74 | 0.08 | 53.1 | 0.81 | 0.58 |
| Hex | EA | D6 | 3C | 0 | 9 | 4A | 8 | 35 | 51 | 3A |
| Octal | 352 | 326 | 74 | 0 | 11 | 112 | 10 | 65 | 121 | 72 |
| Binary | 11101010 | 11010110 | 111100 | 0 | 1001 | 1001010 | 1000 | 110101 | 1010001 | 111010 |
Color Harmonies of #EAD63C
Complementary color
Monochromatic Colors of #EAD63C
Black with #EAD63C
Text Example
Text Example
White with #EAD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD63C; }
p { color: rgb(234,214,60); }
H1.HeaderClassName
{
color: #EAD63C;
}
.AnyTagClassName
{
color: #EAD63C;
}
</style>
background-color css
<style>
a { background-color: #EAD63C; }
a { background-color: rgb(234,214,60); }
div.DivClassName
{
background-color: #EAD63C;
}
.BgClassName
{
background-color: #EAD63C;
}
</style>
border-color css
<style>
span { border-color: #EAD63C; }
span { border-color: rgb(234,214,60); }
td.TdClassName
{
border-color: #EAD63C;
}
.TagClassName
{
border-color: #EAD63C;
}
</style>