Shades of Starship #E1D232
Tints of Starship #E1D232
RGB
CMYK
RGB Variations
Color information
#E1D232 (or 0xE1D232) is known color: Starship. HEX triplet: E1, D2 and 32. RGB value is (225,210,50). Sum of RGB (Red+Green+Blue) = 225+210+50=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D232 is #1E2DCD. Grayscale: #C4C4C4. Windows color (decimal): -1977806 or 3330785. OLE color: 3330785.
HSL color Cylindrical-coordinate representation of color #E1D232: hue angle of 54.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1D232 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 50 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.12 |
| HSL | 54.86º | 0.74% | 0.54% | - |
| HSV(B) | 54.86º | 0.78% | 0.88% | - |
| XYZ | 54.67 | 62.33 | 12.17 | - |
| YUV | 196.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 50 | 0 | 0.07 | 0.78 | 0.12 | 54.86 | 0.74 | 0.54 |
| Hex | E1 | D2 | 32 | 0 | 7 | 4E | C | 37 | 4A | 36 |
| Octal | 341 | 322 | 62 | 0 | 7 | 116 | 14 | 67 | 112 | 66 |
| Binary | 11100001 | 11010010 | 110010 | 0 | 111 | 1001110 | 1100 | 110111 | 1001010 | 110110 |
Color Harmonies of #E1D232
Complementary color
Monochromatic Colors of #E1D232
Black with #E1D232
Text Example
Text Example
White with #E1D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D232; }
p { color: rgb(225,210,50); }
H1.HeaderClassName
{
color: #E1D232;
}
.AnyTagClassName
{
color: #E1D232;
}
</style>
background-color css
<style>
a { background-color: #E1D232; }
a { background-color: rgb(225,210,50); }
div.DivClassName
{
background-color: #E1D232;
}
.BgClassName
{
background-color: #E1D232;
}
</style>
border-color css
<style>
span { border-color: #E1D232; }
span { border-color: rgb(225,210,50); }
td.TdClassName
{
border-color: #E1D232;
}
.TagClassName
{
border-color: #E1D232;
}
</style>