Shades of Starship #EADA41
Tints of Starship #EADA41
RGB
CMYK
RGB Variations
Color information
#EADA41 (or 0xEADA41) is known color: Starship. HEX triplet: EA, DA and 41. RGB value is (234,218,65). Sum of RGB (Red+Green+Blue) = 234+218+65=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA41 is #1525BE. Grayscale: #CDCDCD. Windows color (decimal): -1385919 or 4315882. OLE color: 4315882.
HSL color Cylindrical-coordinate representation of color #EADA41: hue angle of 54.32º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EADA41 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 65 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.08 |
| HSL | 54.32º | 0.8% | 0.59% | - |
| HSV(B) | 54.32º | 0.72% | 0.92% | - |
| XYZ | 59.96 | 68.02 | 14.97 | - |
| YUV | 205.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 65 | 0 | 0.07 | 0.72 | 0.08 | 54.32 | 0.8 | 0.59 |
| Hex | EA | DA | 41 | 0 | 7 | 48 | 8 | 36 | 50 | 3B |
| Octal | 352 | 332 | 101 | 0 | 7 | 110 | 10 | 66 | 120 | 73 |
| Binary | 11101010 | 11011010 | 1000001 | 0 | 111 | 1001000 | 1000 | 110110 | 1010000 | 111011 |
Color Harmonies of #EADA41
Complementary color
Monochromatic Colors of #EADA41
Black with #EADA41
Text Example
Text Example
White with #EADA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA41; }
p { color: rgb(234,218,65); }
H1.HeaderClassName
{
color: #EADA41;
}
.AnyTagClassName
{
color: #EADA41;
}
</style>
background-color css
<style>
a { background-color: #EADA41; }
a { background-color: rgb(234,218,65); }
div.DivClassName
{
background-color: #EADA41;
}
.BgClassName
{
background-color: #EADA41;
}
</style>
border-color css
<style>
span { border-color: #EADA41; }
span { border-color: rgb(234,218,65); }
td.TdClassName
{
border-color: #EADA41;
}
.TagClassName
{
border-color: #EADA41;
}
</style>