Shades of Starship #E2DD35
Tints of Starship #E2DD35
RGB
CMYK
RGB Variations
Color information
#E2DD35 (or 0xE2DD35) is known color: Starship. HEX triplet: E2, DD and 35. RGB value is (226,221,53). Sum of RGB (Red+Green+Blue) = 226+221+53=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD35 is #1D22CA. Grayscale: #CCCCCC. Windows color (decimal): -1909451 or 3530210. OLE color: 3530210.
HSL color Cylindrical-coordinate representation of color #E2DD35: hue angle of 58.27º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2DD35 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 53 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.11 |
| HSL | 58.27º | 0.75% | 0.55% | - |
| HSV(B) | 58.27º | 0.77% | 0.89% | - |
| XYZ | 57.86 | 68.14 | 13.47 | - |
| YUV | 203.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 53 | 0 | 0.02 | 0.77 | 0.11 | 58.27 | 0.75 | 0.55 |
| Hex | E2 | DD | 35 | 0 | 2 | 4D | B | 3A | 4B | 37 |
| Octal | 342 | 335 | 65 | 0 | 2 | 115 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011101 | 110101 | 0 | 10 | 1001101 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DD35
Complementary color
Monochromatic Colors of #E2DD35
Black with #E2DD35
Text Example
Text Example
White with #E2DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD35; }
p { color: rgb(226,221,53); }
H1.HeaderClassName
{
color: #E2DD35;
}
.AnyTagClassName
{
color: #E2DD35;
}
</style>
background-color css
<style>
a { background-color: #E2DD35; }
a { background-color: rgb(226,221,53); }
div.DivClassName
{
background-color: #E2DD35;
}
.BgClassName
{
background-color: #E2DD35;
}
</style>
border-color css
<style>
span { border-color: #E2DD35; }
span { border-color: rgb(226,221,53); }
td.TdClassName
{
border-color: #E2DD35;
}
.TagClassName
{
border-color: #E2DD35;
}
</style>