Shades of Starship #E1DB43
Tints of Starship #E1DB43
RGB
CMYK
RGB Variations
Color information
#E1DB43 (or 0xE1DB43) is known color: Starship. HEX triplet: E1, DB and 43. RGB value is (225,219,67). Sum of RGB (Red+Green+Blue) = 225+219+67=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB43 is #1E24BC. Grayscale: #CCCCCC. Windows color (decimal): -1975485 or 4447201. OLE color: 4447201.
HSL color Cylindrical-coordinate representation of color #E1DB43: hue angle of 57.72º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1DB43 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 67 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.12 |
| HSL | 57.72º | 0.72% | 0.57% | - |
| HSV(B) | 57.72º | 0.7% | 0.88% | - |
| XYZ | 57.4 | 67.08 | 15.23 | - |
| YUV | 203.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 67 | 0 | 0.03 | 0.70 | 0.12 | 57.72 | 0.72 | 0.57 |
| Hex | E1 | DB | 43 | 0 | 3 | 46 | C | 3A | 48 | 39 |
| Octal | 341 | 333 | 103 | 0 | 3 | 106 | 14 | 72 | 110 | 71 |
| Binary | 11100001 | 11011011 | 1000011 | 0 | 11 | 1000110 | 1100 | 111010 | 1001000 | 111001 |
Color Harmonies of #E1DB43
Complementary color
Monochromatic Colors of #E1DB43
Black with #E1DB43
Text Example
Text Example
White with #E1DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB43; }
p { color: rgb(225,219,67); }
H1.HeaderClassName
{
color: #E1DB43;
}
.AnyTagClassName
{
color: #E1DB43;
}
</style>
background-color css
<style>
a { background-color: #E1DB43; }
a { background-color: rgb(225,219,67); }
div.DivClassName
{
background-color: #E1DB43;
}
.BgClassName
{
background-color: #E1DB43;
}
</style>
border-color css
<style>
span { border-color: #E1DB43; }
span { border-color: rgb(225,219,67); }
td.TdClassName
{
border-color: #E1DB43;
}
.TagClassName
{
border-color: #E1DB43;
}
</style>