Shades of Starship #EADA3B
Tints of Starship #EADA3B
RGB
CMYK
RGB Variations
Color information
#EADA3B (or 0xEADA3B) is known color: Starship. HEX triplet: EA, DA and 3B. RGB value is (234,218,59). Sum of RGB (Red+Green+Blue) = 234+218+59=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA3B is #1525C4. Grayscale: #CDCDCD. Windows color (decimal): -1385925 or 3922666. OLE color: 3922666.
HSL color Cylindrical-coordinate representation of color #EADA3B: hue angle of 54.51º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EADA3B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 59 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.08 |
| HSL | 54.51º | 0.81% | 0.57% | - |
| HSV(B) | 54.51º | 0.75% | 0.92% | - |
| XYZ | 59.79 | 67.95 | 14.1 | - |
| YUV | 204.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 59 | 0 | 0.07 | 0.75 | 0.08 | 54.51 | 0.81 | 0.57 |
| Hex | EA | DA | 3B | 0 | 7 | 4B | 8 | 37 | 51 | 39 |
| Octal | 352 | 332 | 73 | 0 | 7 | 113 | 10 | 67 | 121 | 71 |
| Binary | 11101010 | 11011010 | 111011 | 0 | 111 | 1001011 | 1000 | 110111 | 1010001 | 111001 |
Color Harmonies of #EADA3B
Complementary color
Monochromatic Colors of #EADA3B
Black with #EADA3B
Text Example
Text Example
White with #EADA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA3B; }
p { color: rgb(234,218,59); }
H1.HeaderClassName
{
color: #EADA3B;
}
.AnyTagClassName
{
color: #EADA3B;
}
</style>
background-color css
<style>
a { background-color: #EADA3B; }
a { background-color: rgb(234,218,59); }
div.DivClassName
{
background-color: #EADA3B;
}
.BgClassName
{
background-color: #EADA3B;
}
</style>
border-color css
<style>
span { border-color: #EADA3B; }
span { border-color: rgb(234,218,59); }
td.TdClassName
{
border-color: #EADA3B;
}
.TagClassName
{
border-color: #EADA3B;
}
</style>