Shades of Starship #EAD83C
Tints of Starship #EAD83C
RGB
CMYK
RGB Variations
Color information
#EAD83C (or 0xEAD83C) is known color: Starship. HEX triplet: EA, D8 and 3C. RGB value is (234,216,60). Sum of RGB (Red+Green+Blue) = 234+216+60=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD83C is #1527C3. Grayscale: #CCCCCC. Windows color (decimal): -1386436 or 3987690. OLE color: 3987690.
HSL color Cylindrical-coordinate representation of color #EAD83C: hue angle of 53.79º 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 #EAD83C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 60 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.08 |
| HSL | 53.79º | 0.81% | 0.58% | - |
| HSV(B) | 53.79º | 0.74% | 0.92% | - |
| XYZ | 59.3 | 66.93 | 14.07 | - |
| YUV | 203.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 60 | 0 | 0.08 | 0.74 | 0.08 | 53.79 | 0.81 | 0.58 |
| Hex | EA | D8 | 3C | 0 | 8 | 4A | 8 | 36 | 51 | 3A |
| Octal | 352 | 330 | 74 | 0 | 10 | 112 | 10 | 66 | 121 | 72 |
| Binary | 11101010 | 11011000 | 111100 | 0 | 1000 | 1001010 | 1000 | 110110 | 1010001 | 111010 |
Color Harmonies of #EAD83C
Complementary color
Monochromatic Colors of #EAD83C
Black with #EAD83C
Text Example
Text Example
White with #EAD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD83C; }
p { color: rgb(234,216,60); }
H1.HeaderClassName
{
color: #EAD83C;
}
.AnyTagClassName
{
color: #EAD83C;
}
</style>
background-color css
<style>
a { background-color: #EAD83C; }
a { background-color: rgb(234,216,60); }
div.DivClassName
{
background-color: #EAD83C;
}
.BgClassName
{
background-color: #EAD83C;
}
</style>
border-color css
<style>
span { border-color: #EAD83C; }
span { border-color: rgb(234,216,60); }
td.TdClassName
{
border-color: #EAD83C;
}
.TagClassName
{
border-color: #EAD83C;
}
</style>