Shades of Starship #E0D232
Tints of Starship #E0D232
RGB
CMYK
RGB Variations
Color information
#E0D232 (or 0xE0D232) is known color: Starship. HEX triplet: E0, D2 and 32. RGB value is (224,210,50). Sum of RGB (Red+Green+Blue) = 224+210+50=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D232 is #1F2DCD. Grayscale: #C4C4C4. Windows color (decimal): -2043342 or 3330784. OLE color: 3330784.
HSL color Cylindrical-coordinate representation of color #E0D232: hue angle of 55.17º 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 #E0D232 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 50 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.12 |
| HSL | 55.17º | 0.74% | 0.54% | - |
| HSV(B) | 55.17º | 0.78% | 0.88% | - |
| XYZ | 54.36 | 62.17 | 12.15 | - |
| YUV | 195.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 50 | 0 | 0.06 | 0.78 | 0.12 | 55.17 | 0.74 | 0.54 |
| Hex | E0 | D2 | 32 | 0 | 6 | 4E | C | 37 | 4A | 36 |
| Octal | 340 | 322 | 62 | 0 | 6 | 116 | 14 | 67 | 112 | 66 |
| Binary | 11100000 | 11010010 | 110010 | 0 | 110 | 1001110 | 1100 | 110111 | 1001010 | 110110 |
Color Harmonies of #E0D232
Complementary color
Monochromatic Colors of #E0D232
Black with #E0D232
Text Example
Text Example
White with #E0D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D232; }
p { color: rgb(224,210,50); }
H1.HeaderClassName
{
color: #E0D232;
}
.AnyTagClassName
{
color: #E0D232;
}
</style>
background-color css
<style>
a { background-color: #E0D232; }
a { background-color: rgb(224,210,50); }
div.DivClassName
{
background-color: #E0D232;
}
.BgClassName
{
background-color: #E0D232;
}
</style>
border-color css
<style>
span { border-color: #E0D232; }
span { border-color: rgb(224,210,50); }
td.TdClassName
{
border-color: #E0D232;
}
.TagClassName
{
border-color: #E0D232;
}
</style>