Shades of Starship #E2DD41
Tints of Starship #E2DD41
RGB
CMYK
RGB Variations
Color information
#E2DD41 (or 0xE2DD41) is known color: Starship. HEX triplet: E2, DD and 41. RGB value is (226,221,65). Sum of RGB (Red+Green+Blue) = 226+221+65=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD41 is #1D22BE. Grayscale: #CDCDCD. Windows color (decimal): -1909439 or 4316642. OLE color: 4316642.
HSL color Cylindrical-coordinate representation of color #E2DD41: hue angle of 58.14º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2DD41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 65 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.11 |
| HSL | 58.14º | 0.74% | 0.57% | - |
| HSV(B) | 58.14º | 0.71% | 0.89% | - |
| XYZ | 58.17 | 68.26 | 15.11 | - |
| YUV | 204.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 65 | 0 | 0.02 | 0.71 | 0.11 | 58.14 | 0.74 | 0.57 |
| Hex | E2 | DD | 41 | 0 | 2 | 47 | B | 3A | 4A | 39 |
| Octal | 342 | 335 | 101 | 0 | 2 | 107 | 13 | 72 | 112 | 71 |
| Binary | 11100010 | 11011101 | 1000001 | 0 | 10 | 1000111 | 1011 | 111010 | 1001010 | 111001 |
Color Harmonies of #E2DD41
Complementary color
Monochromatic Colors of #E2DD41
Black with #E2DD41
Text Example
Text Example
White with #E2DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD41; }
p { color: rgb(226,221,65); }
H1.HeaderClassName
{
color: #E2DD41;
}
.AnyTagClassName
{
color: #E2DD41;
}
</style>
background-color css
<style>
a { background-color: #E2DD41; }
a { background-color: rgb(226,221,65); }
div.DivClassName
{
background-color: #E2DD41;
}
.BgClassName
{
background-color: #E2DD41;
}
</style>
border-color css
<style>
span { border-color: #E2DD41; }
span { border-color: rgb(226,221,65); }
td.TdClassName
{
border-color: #E2DD41;
}
.TagClassName
{
border-color: #E2DD41;
}
</style>