Shades of Starship #E3DD31
Tints of Starship #E3DD31
RGB
CMYK
RGB Variations
Color information
#E3DD31 (or 0xE3DD31) is known color: Starship. HEX triplet: E3, DD and 31. RGB value is (227,221,49). Sum of RGB (Red+Green+Blue) = 227+221+49=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD31 is #1C22CE. Grayscale: #CBCBCB. Windows color (decimal): -1843919 or 3268067. OLE color: 3268067.
HSL color Cylindrical-coordinate representation of color #E3DD31: hue angle of 57.98º 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 #E3DD31 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 49 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.11 |
| HSL | 57.98º | 0.76% | 0.54% | - |
| HSV(B) | 57.98º | 0.78% | 0.89% | - |
| XYZ | 58.09 | 68.27 | 13.02 | - |
| YUV | 203.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 49 | 0 | 0.03 | 0.78 | 0.11 | 57.98 | 0.76 | 0.54 |
| Hex | E3 | DD | 31 | 0 | 3 | 4E | B | 3A | 4C | 36 |
| Octal | 343 | 335 | 61 | 0 | 3 | 116 | 13 | 72 | 114 | 66 |
| Binary | 11100011 | 11011101 | 110001 | 0 | 11 | 1001110 | 1011 | 111010 | 1001100 | 110110 |
Color Harmonies of #E3DD31
Complementary color
Monochromatic Colors of #E3DD31
Black with #E3DD31
Text Example
Text Example
White with #E3DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD31; }
p { color: rgb(227,221,49); }
H1.HeaderClassName
{
color: #E3DD31;
}
.AnyTagClassName
{
color: #E3DD31;
}
</style>
background-color css
<style>
a { background-color: #E3DD31; }
a { background-color: rgb(227,221,49); }
div.DivClassName
{
background-color: #E3DD31;
}
.BgClassName
{
background-color: #E3DD31;
}
</style>
border-color css
<style>
span { border-color: #E3DD31; }
span { border-color: rgb(227,221,49); }
td.TdClassName
{
border-color: #E3DD31;
}
.TagClassName
{
border-color: #E3DD31;
}
</style>