Shades of Starship #E8DC46
Tints of Starship #E8DC46
RGB
CMYK
RGB Variations
Color information
#E8DC46 (or 0xE8DC46) is known color: Starship. HEX triplet: E8, DC and 46. RGB value is (232,220,70). Sum of RGB (Red+Green+Blue) = 232+220+70=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC46 is #1723B9. Grayscale: #CFCFCF. Windows color (decimal): -1516474 or 4644072. OLE color: 4644072.
HSL color Cylindrical-coordinate representation of color #E8DC46: hue angle of 55.56º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8DC46 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 70 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.09 |
| HSL | 55.56º | 0.78% | 0.59% | - |
| HSV(B) | 55.56º | 0.7% | 0.91% | - |
| XYZ | 59.98 | 68.78 | 15.91 | - |
| YUV | 206.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 70 | 0 | 0.05 | 0.70 | 0.09 | 55.56 | 0.78 | 0.59 |
| Hex | E8 | DC | 46 | 0 | 5 | 46 | 9 | 38 | 4E | 3B |
| Octal | 350 | 334 | 106 | 0 | 5 | 106 | 11 | 70 | 116 | 73 |
| Binary | 11101000 | 11011100 | 1000110 | 0 | 101 | 1000110 | 1001 | 111000 | 1001110 | 111011 |
Color Harmonies of #E8DC46
Complementary color
Monochromatic Colors of #E8DC46
Black with #E8DC46
Text Example
Text Example
White with #E8DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC46; }
p { color: rgb(232,220,70); }
H1.HeaderClassName
{
color: #E8DC46;
}
.AnyTagClassName
{
color: #E8DC46;
}
</style>
background-color css
<style>
a { background-color: #E8DC46; }
a { background-color: rgb(232,220,70); }
div.DivClassName
{
background-color: #E8DC46;
}
.BgClassName
{
background-color: #E8DC46;
}
</style>
border-color css
<style>
span { border-color: #E8DC46; }
span { border-color: rgb(232,220,70); }
td.TdClassName
{
border-color: #E8DC46;
}
.TagClassName
{
border-color: #E8DC46;
}
</style>