Shades of Starship #E5DB46
Tints of Starship #E5DB46
RGB
CMYK
RGB Variations
Color information
#E5DB46 (or 0xE5DB46) is known color: Starship. HEX triplet: E5, DB and 46. RGB value is (229,219,70). Sum of RGB (Red+Green+Blue) = 229+219+70=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB46 is #1A24B9. Grayscale: #CDCDCD. Windows color (decimal): -1713338 or 4643813. OLE color: 4643813.
HSL color Cylindrical-coordinate representation of color #E5DB46: hue angle of 56.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DB46 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 70 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.10 |
| HSL | 56.23º | 0.75% | 0.59% | - |
| HSV(B) | 56.23º | 0.69% | 0.9% | - |
| XYZ | 58.75 | 67.76 | 15.78 | - |
| YUV | 205 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 70 | 0 | 0.04 | 0.69 | 0.10 | 56.23 | 0.75 | 0.59 |
| Hex | E5 | DB | 46 | 0 | 4 | 45 | A | 38 | 4B | 3B |
| Octal | 345 | 333 | 106 | 0 | 4 | 105 | 12 | 70 | 113 | 73 |
| Binary | 11100101 | 11011011 | 1000110 | 0 | 100 | 1000101 | 1010 | 111000 | 1001011 | 111011 |
Color Harmonies of #E5DB46
Complementary color
Monochromatic Colors of #E5DB46
Black with #E5DB46
Text Example
Text Example
White with #E5DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB46; }
p { color: rgb(229,219,70); }
H1.HeaderClassName
{
color: #E5DB46;
}
.AnyTagClassName
{
color: #E5DB46;
}
</style>
background-color css
<style>
a { background-color: #E5DB46; }
a { background-color: rgb(229,219,70); }
div.DivClassName
{
background-color: #E5DB46;
}
.BgClassName
{
background-color: #E5DB46;
}
</style>
border-color css
<style>
span { border-color: #E5DB46; }
span { border-color: rgb(229,219,70); }
td.TdClassName
{
border-color: #E5DB46;
}
.TagClassName
{
border-color: #E5DB46;
}
</style>