Shades of Starship #E8DB46
Tints of Starship #E8DB46
RGB
CMYK
RGB Variations
Color information
#E8DB46 (or 0xE8DB46) is known color: Starship. HEX triplet: E8, DB and 46. RGB value is (232,219,70). Sum of RGB (Red+Green+Blue) = 232+219+70=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DB46 is #1724B9. Grayscale: #CECECE. Windows color (decimal): -1516730 or 4643816. OLE color: 4643816.
HSL color Cylindrical-coordinate representation of color #E8DB46: hue angle of 55.19º 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 #E8DB46 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 70 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.09 |
| HSL | 55.19º | 0.78% | 0.59% | - |
| HSV(B) | 55.19º | 0.7% | 0.91% | - |
| XYZ | 59.72 | 68.26 | 15.82 | - |
| YUV | 205.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 70 | 0 | 0.06 | 0.70 | 0.09 | 55.19 | 0.78 | 0.59 |
| Hex | E8 | DB | 46 | 0 | 6 | 46 | 9 | 37 | 4E | 3B |
| Octal | 350 | 333 | 106 | 0 | 6 | 106 | 11 | 67 | 116 | 73 |
| Binary | 11101000 | 11011011 | 1000110 | 0 | 110 | 1000110 | 1001 | 110111 | 1001110 | 111011 |
Color Harmonies of #E8DB46
Complementary color
Monochromatic Colors of #E8DB46
Black with #E8DB46
Text Example
Text Example
White with #E8DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB46; }
p { color: rgb(232,219,70); }
H1.HeaderClassName
{
color: #E8DB46;
}
.AnyTagClassName
{
color: #E8DB46;
}
</style>
background-color css
<style>
a { background-color: #E8DB46; }
a { background-color: rgb(232,219,70); }
div.DivClassName
{
background-color: #E8DB46;
}
.BgClassName
{
background-color: #E8DB46;
}
</style>
border-color css
<style>
span { border-color: #E8DB46; }
span { border-color: rgb(232,219,70); }
td.TdClassName
{
border-color: #E8DB46;
}
.TagClassName
{
border-color: #E8DB46;
}
</style>