Shades of Starship #E1DD37
Tints of Starship #E1DD37
RGB
CMYK
RGB Variations
Color information
#E1DD37 (or 0xE1DD37) is known color: Starship. HEX triplet: E1, DD and 37. RGB value is (225,221,55). Sum of RGB (Red+Green+Blue) = 225+221+55=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD37 is #1E22C8. Grayscale: #CBCBCB. Windows color (decimal): -1974985 or 3661281. OLE color: 3661281.
HSL color Cylindrical-coordinate representation of color #E1DD37: hue angle of 58.59º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1DD37 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 55 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.12 |
| HSL | 58.59º | 0.74% | 0.55% | - |
| HSV(B) | 58.59º | 0.76% | 0.88% | - |
| XYZ | 57.6 | 68 | 13.7 | - |
| YUV | 203.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 55 | 0 | 0.02 | 0.76 | 0.12 | 58.59 | 0.74 | 0.55 |
| Hex | E1 | DD | 37 | 0 | 2 | 4C | C | 3B | 4A | 37 |
| Octal | 341 | 335 | 67 | 0 | 2 | 114 | 14 | 73 | 112 | 67 |
| Binary | 11100001 | 11011101 | 110111 | 0 | 10 | 1001100 | 1100 | 111011 | 1001010 | 110111 |
Color Harmonies of #E1DD37
Complementary color
Monochromatic Colors of #E1DD37
Black with #E1DD37
Text Example
Text Example
White with #E1DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD37; }
p { color: rgb(225,221,55); }
H1.HeaderClassName
{
color: #E1DD37;
}
.AnyTagClassName
{
color: #E1DD37;
}
</style>
background-color css
<style>
a { background-color: #E1DD37; }
a { background-color: rgb(225,221,55); }
div.DivClassName
{
background-color: #E1DD37;
}
.BgClassName
{
background-color: #E1DD37;
}
</style>
border-color css
<style>
span { border-color: #E1DD37; }
span { border-color: rgb(225,221,55); }
td.TdClassName
{
border-color: #E1DD37;
}
.TagClassName
{
border-color: #E1DD37;
}
</style>