Shades of Starship #E3DD32
Tints of Starship #E3DD32
RGB
CMYK
RGB Variations
Color information
#E3DD32 (or 0xE3DD32) is known color: Starship. HEX triplet: E3, DD and 32. RGB value is (227,221,50). Sum of RGB (Red+Green+Blue) = 227+221+50=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD32 is #1C22CD. Grayscale: #CBCBCB. Windows color (decimal): -1843918 or 3333603. OLE color: 3333603.
HSL color Cylindrical-coordinate representation of color #E3DD32: hue angle of 57.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3DD32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 50 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.11 |
| HSL | 57.97º | 0.76% | 0.54% | - |
| HSV(B) | 57.97º | 0.78% | 0.89% | - |
| XYZ | 58.11 | 68.27 | 13.13 | - |
| YUV | 203.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 50 | 0 | 0.03 | 0.78 | 0.11 | 57.97 | 0.76 | 0.54 |
| Hex | E3 | DD | 32 | 0 | 3 | 4E | B | 3A | 4C | 36 |
| Octal | 343 | 335 | 62 | 0 | 3 | 116 | 13 | 72 | 114 | 66 |
| Binary | 11100011 | 11011101 | 110010 | 0 | 11 | 1001110 | 1011 | 111010 | 1001100 | 110110 |
Color Harmonies of #E3DD32
Complementary color
Monochromatic Colors of #E3DD32
Black with #E3DD32
Text Example
Text Example
White with #E3DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD32; }
p { color: rgb(227,221,50); }
H1.HeaderClassName
{
color: #E3DD32;
}
.AnyTagClassName
{
color: #E3DD32;
}
</style>
background-color css
<style>
a { background-color: #E3DD32; }
a { background-color: rgb(227,221,50); }
div.DivClassName
{
background-color: #E3DD32;
}
.BgClassName
{
background-color: #E3DD32;
}
</style>
border-color css
<style>
span { border-color: #E3DD32; }
span { border-color: rgb(227,221,50); }
td.TdClassName
{
border-color: #E3DD32;
}
.TagClassName
{
border-color: #E3DD32;
}
</style>