Shades of Starship #E8D641
Tints of Starship #E8D641
RGB
CMYK
RGB Variations
Color information
#E8D641 (or 0xE8D641) is known color: Starship. HEX triplet: E8, D6 and 41. RGB value is (232,214,65). Sum of RGB (Red+Green+Blue) = 232+214+65=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D641 is #1729BE. Grayscale: #CBCBCB. Windows color (decimal): -1518015 or 4314856. OLE color: 4314856.
HSL color Cylindrical-coordinate representation of color #E8D641: hue angle of 53.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8D641 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 65 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.09 |
| HSL | 53.53º | 0.78% | 0.58% | - |
| HSV(B) | 53.53º | 0.72% | 0.91% | - |
| XYZ | 58.28 | 65.63 | 14.6 | - |
| YUV | 202.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 65 | 0 | 0.08 | 0.72 | 0.09 | 53.53 | 0.78 | 0.58 |
| Hex | E8 | D6 | 41 | 0 | 8 | 48 | 9 | 36 | 4E | 3A |
| Octal | 350 | 326 | 101 | 0 | 10 | 110 | 11 | 66 | 116 | 72 |
| Binary | 11101000 | 11010110 | 1000001 | 0 | 1000 | 1001000 | 1001 | 110110 | 1001110 | 111010 |
Color Harmonies of #E8D641
Complementary color
Monochromatic Colors of #E8D641
Black with #E8D641
Text Example
Text Example
White with #E8D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D641; }
p { color: rgb(232,214,65); }
H1.HeaderClassName
{
color: #E8D641;
}
.AnyTagClassName
{
color: #E8D641;
}
</style>
background-color css
<style>
a { background-color: #E8D641; }
a { background-color: rgb(232,214,65); }
div.DivClassName
{
background-color: #E8D641;
}
.BgClassName
{
background-color: #E8D641;
}
</style>
border-color css
<style>
span { border-color: #E8D641; }
span { border-color: rgb(232,214,65); }
td.TdClassName
{
border-color: #E8D641;
}
.TagClassName
{
border-color: #E8D641;
}
</style>