Shades of Starship #E0DC32
Tints of Starship #E0DC32
RGB
CMYK
RGB Variations
Color information
#E0DC32 (or 0xE0DC32) is known color: Starship. HEX triplet: E0, DC and 32. RGB value is (224,220,50). Sum of RGB (Red+Green+Blue) = 224+220+50=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC32 is #1F23CD. Grayscale: #CACACA. Windows color (decimal): -2040782 or 3333344. OLE color: 3333344.
HSL color Cylindrical-coordinate representation of color #E0DC32: hue angle of 58.62º 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 #E0DC32 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 50 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.12 |
| HSL | 58.62º | 0.74% | 0.54% | - |
| HSV(B) | 58.62º | 0.78% | 0.88% | - |
| XYZ | 56.91 | 67.26 | 13 | - |
| YUV | 201.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 50 | 0 | 0.02 | 0.78 | 0.12 | 58.62 | 0.74 | 0.54 |
| Hex | E0 | DC | 32 | 0 | 2 | 4E | C | 3B | 4A | 36 |
| Octal | 340 | 334 | 62 | 0 | 2 | 116 | 14 | 73 | 112 | 66 |
| Binary | 11100000 | 11011100 | 110010 | 0 | 10 | 1001110 | 1100 | 111011 | 1001010 | 110110 |
Color Harmonies of #E0DC32
Complementary color
Monochromatic Colors of #E0DC32
Black with #E0DC32
Text Example
Text Example
White with #E0DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC32; }
p { color: rgb(224,220,50); }
H1.HeaderClassName
{
color: #E0DC32;
}
.AnyTagClassName
{
color: #E0DC32;
}
</style>
background-color css
<style>
a { background-color: #E0DC32; }
a { background-color: rgb(224,220,50); }
div.DivClassName
{
background-color: #E0DC32;
}
.BgClassName
{
background-color: #E0DC32;
}
</style>
border-color css
<style>
span { border-color: #E0DC32; }
span { border-color: rgb(224,220,50); }
td.TdClassName
{
border-color: #E0DC32;
}
.TagClassName
{
border-color: #E0DC32;
}
</style>