Shades of Starship #E1DC3D
Tints of Starship #E1DC3D
RGB
CMYK
RGB Variations
Color information
#E1DC3D (or 0xE1DC3D) is known color: Starship. HEX triplet: E1, DC and 3D. RGB value is (225,220,61). Sum of RGB (Red+Green+Blue) = 225+220+61=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC3D is #1E23C2. Grayscale: #CCCCCC. Windows color (decimal): -1975235 or 4054241. OLE color: 4054241.
HSL color Cylindrical-coordinate representation of color #E1DC3D: hue angle of 58.17º 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 #E1DC3D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 61 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.12 |
| HSL | 58.17º | 0.73% | 0.56% | - |
| HSV(B) | 58.17º | 0.73% | 0.88% | - |
| XYZ | 57.49 | 67.53 | 14.42 | - |
| YUV | 203.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 61 | 0 | 0.02 | 0.73 | 0.12 | 58.17 | 0.73 | 0.56 |
| Hex | E1 | DC | 3D | 0 | 2 | 49 | C | 3A | 49 | 38 |
| Octal | 341 | 334 | 75 | 0 | 2 | 111 | 14 | 72 | 111 | 70 |
| Binary | 11100001 | 11011100 | 111101 | 0 | 10 | 1001001 | 1100 | 111010 | 1001001 | 111000 |
Color Harmonies of #E1DC3D
Complementary color
Monochromatic Colors of #E1DC3D
Black with #E1DC3D
Text Example
Text Example
White with #E1DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC3D; }
p { color: rgb(225,220,61); }
H1.HeaderClassName
{
color: #E1DC3D;
}
.AnyTagClassName
{
color: #E1DC3D;
}
</style>
background-color css
<style>
a { background-color: #E1DC3D; }
a { background-color: rgb(225,220,61); }
div.DivClassName
{
background-color: #E1DC3D;
}
.BgClassName
{
background-color: #E1DC3D;
}
</style>
border-color css
<style>
span { border-color: #E1DC3D; }
span { border-color: rgb(225,220,61); }
td.TdClassName
{
border-color: #E1DC3D;
}
.TagClassName
{
border-color: #E1DC3D;
}
</style>