Shades of Starship #E0DC34
Tints of Starship #E0DC34
RGB
CMYK
RGB Variations
Color information
#E0DC34 (or 0xE0DC34) is known color: Starship. HEX triplet: E0, DC and 34. RGB value is (224,220,52). Sum of RGB (Red+Green+Blue) = 224+220+52=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC34 is #1F23CB. Grayscale: #CACACA. Windows color (decimal): -2040780 or 3464416. OLE color: 3464416.
HSL color Cylindrical-coordinate representation of color #E0DC34: hue angle of 58.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0DC34 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 52 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.12 |
| HSL | 58.6º | 0.74% | 0.54% | - |
| HSV(B) | 58.6º | 0.77% | 0.88% | - |
| XYZ | 56.95 | 67.28 | 13.23 | - |
| YUV | 202.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 52 | 0 | 0.02 | 0.77 | 0.12 | 58.6 | 0.74 | 0.54 |
| Hex | E0 | DC | 34 | 0 | 2 | 4D | C | 3B | 4A | 36 |
| Octal | 340 | 334 | 64 | 0 | 2 | 115 | 14 | 73 | 112 | 66 |
| Binary | 11100000 | 11011100 | 110100 | 0 | 10 | 1001101 | 1100 | 111011 | 1001010 | 110110 |
Color Harmonies of #E0DC34
Complementary color
Monochromatic Colors of #E0DC34
Black with #E0DC34
Text Example
Text Example
White with #E0DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC34; }
p { color: rgb(224,220,52); }
H1.HeaderClassName
{
color: #E0DC34;
}
.AnyTagClassName
{
color: #E0DC34;
}
</style>
background-color css
<style>
a { background-color: #E0DC34; }
a { background-color: rgb(224,220,52); }
div.DivClassName
{
background-color: #E0DC34;
}
.BgClassName
{
background-color: #E0DC34;
}
</style>
border-color css
<style>
span { border-color: #E0DC34; }
span { border-color: rgb(224,220,52); }
td.TdClassName
{
border-color: #E0DC34;
}
.TagClassName
{
border-color: #E0DC34;
}
</style>