Shades of Starship #E2DD45
Tints of Starship #E2DD45
RGB
CMYK
RGB Variations
Color information
#E2DD45 (or 0xE2DD45) is known color: Starship. HEX triplet: E2, DD and 45. RGB value is (226,221,69). Sum of RGB (Red+Green+Blue) = 226+221+69=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD45 is #1D22BA. Grayscale: #CDCDCD. Windows color (decimal): -1909435 or 4578786. OLE color: 4578786.
HSL color Cylindrical-coordinate representation of color #E2DD45: hue angle of 58.09º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2DD45 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 69 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.11 |
| HSL | 58.09º | 0.73% | 0.58% | - |
| HSV(B) | 58.09º | 0.69% | 0.89% | - |
| XYZ | 58.29 | 68.31 | 15.74 | - |
| YUV | 205.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 69 | 0 | 0.02 | 0.69 | 0.11 | 58.09 | 0.73 | 0.58 |
| Hex | E2 | DD | 45 | 0 | 2 | 45 | B | 3A | 49 | 3A |
| Octal | 342 | 335 | 105 | 0 | 2 | 105 | 13 | 72 | 111 | 72 |
| Binary | 11100010 | 11011101 | 1000101 | 0 | 10 | 1000101 | 1011 | 111010 | 1001001 | 111010 |
Color Harmonies of #E2DD45
Complementary color
Monochromatic Colors of #E2DD45
Black with #E2DD45
Text Example
Text Example
White with #E2DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD45; }
p { color: rgb(226,221,69); }
H1.HeaderClassName
{
color: #E2DD45;
}
.AnyTagClassName
{
color: #E2DD45;
}
</style>
background-color css
<style>
a { background-color: #E2DD45; }
a { background-color: rgb(226,221,69); }
div.DivClassName
{
background-color: #E2DD45;
}
.BgClassName
{
background-color: #E2DD45;
}
</style>
border-color css
<style>
span { border-color: #E2DD45; }
span { border-color: rgb(226,221,69); }
td.TdClassName
{
border-color: #E2DD45;
}
.TagClassName
{
border-color: #E2DD45;
}
</style>