Shades of Starship #E3DC3C
Tints of Starship #E3DC3C
RGB
CMYK
RGB Variations
Color information
#E3DC3C (or 0xE3DC3C) is known color: Starship. HEX triplet: E3, DC and 3C. RGB value is (227,220,60). Sum of RGB (Red+Green+Blue) = 227+220+60=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DC3C is #1C23C3. Grayscale: #CCCCCC. Windows color (decimal): -1844164 or 3988707. OLE color: 3988707.
HSL color Cylindrical-coordinate representation of color #E3DC3C: hue angle of 57.49º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3DC3C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 60 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.11 |
| HSL | 57.49º | 0.75% | 0.56% | - |
| HSV(B) | 57.49º | 0.74% | 0.89% | - |
| XYZ | 58.09 | 67.84 | 14.31 | - |
| YUV | 203.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 60 | 0 | 0.03 | 0.74 | 0.11 | 57.49 | 0.75 | 0.56 |
| Hex | E3 | DC | 3C | 0 | 3 | 4A | B | 39 | 4B | 38 |
| Octal | 343 | 334 | 74 | 0 | 3 | 112 | 13 | 71 | 113 | 70 |
| Binary | 11100011 | 11011100 | 111100 | 0 | 11 | 1001010 | 1011 | 111001 | 1001011 | 111000 |
Color Harmonies of #E3DC3C
Complementary color
Monochromatic Colors of #E3DC3C
Black with #E3DC3C
Text Example
Text Example
White with #E3DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC3C; }
p { color: rgb(227,220,60); }
H1.HeaderClassName
{
color: #E3DC3C;
}
.AnyTagClassName
{
color: #E3DC3C;
}
</style>
background-color css
<style>
a { background-color: #E3DC3C; }
a { background-color: rgb(227,220,60); }
div.DivClassName
{
background-color: #E3DC3C;
}
.BgClassName
{
background-color: #E3DC3C;
}
</style>
border-color css
<style>
span { border-color: #E3DC3C; }
span { border-color: rgb(227,220,60); }
td.TdClassName
{
border-color: #E3DC3C;
}
.TagClassName
{
border-color: #E3DC3C;
}
</style>