Shades of Starship #E2DD37
Tints of Starship #E2DD37
RGB
CMYK
RGB Variations
Color information
#E2DD37 (or 0xE2DD37) is known color: Starship. HEX triplet: E2, DD and 37. RGB value is (226,221,55). Sum of RGB (Red+Green+Blue) = 226+221+55=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD37 is #1D22C8. Grayscale: #CCCCCC. Windows color (decimal): -1909449 or 3661282. OLE color: 3661282.
HSL color Cylindrical-coordinate representation of color #E2DD37: hue angle of 58.25º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2DD37 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 55 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.11 |
| HSL | 58.25º | 0.75% | 0.55% | - |
| HSV(B) | 58.25º | 0.76% | 0.89% | - |
| XYZ | 57.91 | 68.16 | 13.72 | - |
| YUV | 203.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 55 | 0 | 0.02 | 0.76 | 0.11 | 58.25 | 0.75 | 0.55 |
| Hex | E2 | DD | 37 | 0 | 2 | 4C | B | 3A | 4B | 37 |
| Octal | 342 | 335 | 67 | 0 | 2 | 114 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011101 | 110111 | 0 | 10 | 1001100 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DD37
Complementary color
Monochromatic Colors of #E2DD37
Black with #E2DD37
Text Example
Text Example
White with #E2DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD37; }
p { color: rgb(226,221,55); }
H1.HeaderClassName
{
color: #E2DD37;
}
.AnyTagClassName
{
color: #E2DD37;
}
</style>
background-color css
<style>
a { background-color: #E2DD37; }
a { background-color: rgb(226,221,55); }
div.DivClassName
{
background-color: #E2DD37;
}
.BgClassName
{
background-color: #E2DD37;
}
</style>
border-color css
<style>
span { border-color: #E2DD37; }
span { border-color: rgb(226,221,55); }
td.TdClassName
{
border-color: #E2DD37;
}
.TagClassName
{
border-color: #E2DD37;
}
</style>