Shades of Starship #EAD63F
Tints of Starship #EAD63F
RGB
CMYK
RGB Variations
Color information
#EAD63F (or 0xEAD63F) is known color: Starship. HEX triplet: EA, D6 and 3F. RGB value is (234,214,63). Sum of RGB (Red+Green+Blue) = 234+214+63=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD63F is #1529C0. Grayscale: #CBCBCB. Windows color (decimal): -1386945 or 4183786. OLE color: 4183786.
HSL color Cylindrical-coordinate representation of color #EAD63F: hue angle of 52.98º 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 #EAD63F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 63 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.08 |
| HSL | 52.98º | 0.8% | 0.58% | - |
| HSV(B) | 52.98º | 0.73% | 0.92% | - |
| XYZ | 58.88 | 65.94 | 14.33 | - |
| YUV | 202.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 63 | 0 | 0.09 | 0.73 | 0.08 | 52.98 | 0.8 | 0.58 |
| Hex | EA | D6 | 3F | 0 | 9 | 49 | 8 | 35 | 50 | 3A |
| Octal | 352 | 326 | 77 | 0 | 11 | 111 | 10 | 65 | 120 | 72 |
| Binary | 11101010 | 11010110 | 111111 | 0 | 1001 | 1001001 | 1000 | 110101 | 1010000 | 111010 |
Color Harmonies of #EAD63F
Complementary color
Monochromatic Colors of #EAD63F
Black with #EAD63F
Text Example
Text Example
White with #EAD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD63F; }
p { color: rgb(234,214,63); }
H1.HeaderClassName
{
color: #EAD63F;
}
.AnyTagClassName
{
color: #EAD63F;
}
</style>
background-color css
<style>
a { background-color: #EAD63F; }
a { background-color: rgb(234,214,63); }
div.DivClassName
{
background-color: #EAD63F;
}
.BgClassName
{
background-color: #EAD63F;
}
</style>
border-color css
<style>
span { border-color: #EAD63F; }
span { border-color: rgb(234,214,63); }
td.TdClassName
{
border-color: #EAD63F;
}
.TagClassName
{
border-color: #EAD63F;
}
</style>