Shades of Starship #E0DC3C
Tints of Starship #E0DC3C
RGB
CMYK
RGB Variations
Color information
#E0DC3C (or 0xE0DC3C) is known color: Starship. HEX triplet: E0, DC and 3C. RGB value is (224,220,60). Sum of RGB (Red+Green+Blue) = 224+220+60=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC3C is #1F23C3. Grayscale: #CBCBCB. Windows color (decimal): -2040772 or 3988704. OLE color: 3988704.
HSL color Cylindrical-coordinate representation of color #E0DC3C: hue angle of 58.54º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0DC3C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 60 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.12 |
| HSL | 58.54º | 0.73% | 0.56% | - |
| HSV(B) | 58.54º | 0.73% | 0.88% | - |
| XYZ | 57.15 | 67.36 | 14.26 | - |
| YUV | 202.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 60 | 0 | 0.02 | 0.73 | 0.12 | 58.54 | 0.73 | 0.56 |
| Hex | E0 | DC | 3C | 0 | 2 | 49 | C | 3B | 49 | 38 |
| Octal | 340 | 334 | 74 | 0 | 2 | 111 | 14 | 73 | 111 | 70 |
| Binary | 11100000 | 11011100 | 111100 | 0 | 10 | 1001001 | 1100 | 111011 | 1001001 | 111000 |
Color Harmonies of #E0DC3C
Complementary color
Monochromatic Colors of #E0DC3C
Black with #E0DC3C
Text Example
Text Example
White with #E0DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC3C; }
p { color: rgb(224,220,60); }
H1.HeaderClassName
{
color: #E0DC3C;
}
.AnyTagClassName
{
color: #E0DC3C;
}
</style>
background-color css
<style>
a { background-color: #E0DC3C; }
a { background-color: rgb(224,220,60); }
div.DivClassName
{
background-color: #E0DC3C;
}
.BgClassName
{
background-color: #E0DC3C;
}
</style>
border-color css
<style>
span { border-color: #E0DC3C; }
span { border-color: rgb(224,220,60); }
td.TdClassName
{
border-color: #E0DC3C;
}
.TagClassName
{
border-color: #E0DC3C;
}
</style>