Shades of Starship #E8DC45
Tints of Starship #E8DC45
RGB
CMYK
RGB Variations
Color information
#E8DC45 (or 0xE8DC45) is known color: Starship. HEX triplet: E8, DC and 45. RGB value is (232,220,69). Sum of RGB (Red+Green+Blue) = 232+220+69=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC45 is #1723BA. Grayscale: #CECECE. Windows color (decimal): -1516475 or 4578536. OLE color: 4578536.
HSL color Cylindrical-coordinate representation of color #E8DC45: hue angle of 55.58º 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 #E8DC45 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 69 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.09 |
| HSL | 55.58º | 0.78% | 0.59% | - |
| HSV(B) | 55.58º | 0.7% | 0.91% | - |
| XYZ | 59.95 | 68.77 | 15.75 | - |
| YUV | 206.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 69 | 0 | 0.05 | 0.70 | 0.09 | 55.58 | 0.78 | 0.59 |
| Hex | E8 | DC | 45 | 0 | 5 | 46 | 9 | 38 | 4E | 3B |
| Octal | 350 | 334 | 105 | 0 | 5 | 106 | 11 | 70 | 116 | 73 |
| Binary | 11101000 | 11011100 | 1000101 | 0 | 101 | 1000110 | 1001 | 111000 | 1001110 | 111011 |
Color Harmonies of #E8DC45
Complementary color
Monochromatic Colors of #E8DC45
Black with #E8DC45
Text Example
Text Example
White with #E8DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC45; }
p { color: rgb(232,220,69); }
H1.HeaderClassName
{
color: #E8DC45;
}
.AnyTagClassName
{
color: #E8DC45;
}
</style>
background-color css
<style>
a { background-color: #E8DC45; }
a { background-color: rgb(232,220,69); }
div.DivClassName
{
background-color: #E8DC45;
}
.BgClassName
{
background-color: #E8DC45;
}
</style>
border-color css
<style>
span { border-color: #E8DC45; }
span { border-color: rgb(232,220,69); }
td.TdClassName
{
border-color: #E8DC45;
}
.TagClassName
{
border-color: #E8DC45;
}
</style>