Shades of Starship #E8DD45
Tints of Starship #E8DD45
RGB
CMYK
RGB Variations
Color information
#E8DD45 (or 0xE8DD45) is known color: Starship. HEX triplet: E8, DD and 45. RGB value is (232,221,69). Sum of RGB (Red+Green+Blue) = 232+221+69=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD45 is #1722BA. Grayscale: #CFCFCF. Windows color (decimal): -1516219 or 4578792. OLE color: 4578792.
HSL color Cylindrical-coordinate representation of color #E8DD45: hue angle of 55.95º 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 #E8DD45 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 69 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.09 |
| HSL | 55.95º | 0.78% | 0.59% | - |
| HSV(B) | 55.95º | 0.7% | 0.91% | - |
| XYZ | 60.21 | 69.3 | 15.83 | - |
| YUV | 206.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 69 | 0 | 0.05 | 0.70 | 0.09 | 55.95 | 0.78 | 0.59 |
| Hex | E8 | DD | 45 | 0 | 5 | 46 | 9 | 38 | 4E | 3B |
| Octal | 350 | 335 | 105 | 0 | 5 | 106 | 11 | 70 | 116 | 73 |
| Binary | 11101000 | 11011101 | 1000101 | 0 | 101 | 1000110 | 1001 | 111000 | 1001110 | 111011 |
Color Harmonies of #E8DD45
Complementary color
Monochromatic Colors of #E8DD45
Black with #E8DD45
Text Example
Text Example
White with #E8DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD45; }
p { color: rgb(232,221,69); }
H1.HeaderClassName
{
color: #E8DD45;
}
.AnyTagClassName
{
color: #E8DD45;
}
</style>
background-color css
<style>
a { background-color: #E8DD45; }
a { background-color: rgb(232,221,69); }
div.DivClassName
{
background-color: #E8DD45;
}
.BgClassName
{
background-color: #E8DD45;
}
</style>
border-color css
<style>
span { border-color: #E8DD45; }
span { border-color: rgb(232,221,69); }
td.TdClassName
{
border-color: #E8DD45;
}
.TagClassName
{
border-color: #E8DD45;
}
</style>