Shades of Starship #E0DD32
Tints of Starship #E0DD32
RGB
CMYK
RGB Variations
Color information
#E0DD32 (or 0xE0DD32) is known color: Starship. HEX triplet: E0, DD and 32. RGB value is (224,221,50). Sum of RGB (Red+Green+Blue) = 224+221+50=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD32 is #1F22CD. Grayscale: #CBCBCB. Windows color (decimal): -2040526 or 3333600. OLE color: 3333600.
HSL color Cylindrical-coordinate representation of color #E0DD32: hue angle of 58.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0DD32 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 50 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.12 |
| HSL | 58.97º | 0.74% | 0.54% | - |
| HSV(B) | 58.97º | 0.78% | 0.88% | - |
| XYZ | 57.17 | 67.79 | 13.09 | - |
| YUV | 202.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 50 | 0 | 0.01 | 0.78 | 0.12 | 58.97 | 0.74 | 0.54 |
| Hex | E0 | DD | 32 | 0 | 1 | 4E | C | 3B | 4A | 36 |
| Octal | 340 | 335 | 62 | 0 | 1 | 116 | 14 | 73 | 112 | 66 |
| Binary | 11100000 | 11011101 | 110010 | 0 | 1 | 1001110 | 1100 | 111011 | 1001010 | 110110 |
Color Harmonies of #E0DD32
Complementary color
Monochromatic Colors of #E0DD32
Black with #E0DD32
Text Example
Text Example
White with #E0DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD32; }
p { color: rgb(224,221,50); }
H1.HeaderClassName
{
color: #E0DD32;
}
.AnyTagClassName
{
color: #E0DD32;
}
</style>
background-color css
<style>
a { background-color: #E0DD32; }
a { background-color: rgb(224,221,50); }
div.DivClassName
{
background-color: #E0DD32;
}
.BgClassName
{
background-color: #E0DD32;
}
</style>
border-color css
<style>
span { border-color: #E0DD32; }
span { border-color: rgb(224,221,50); }
td.TdClassName
{
border-color: #E0DD32;
}
.TagClassName
{
border-color: #E0DD32;
}
</style>