Shades of Starship #E1DE33
Tints of Starship #E1DE33
RGB
CMYK
RGB Variations
Color information
#E1DE33 (or 0xE1DE33) is known color: Starship. HEX triplet: E1, DE and 33. RGB value is (225,222,51). Sum of RGB (Red+Green+Blue) = 225+222+51=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE33 is #1E21CC. Grayscale: #CCCCCC. Windows color (decimal): -1974733 or 3399393. OLE color: 3399393.
HSL color Cylindrical-coordinate representation of color #E1DE33: 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.77%. Process color model (Four color, CMYK) of #E1DE33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 51 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.12 |
| HSL | 58.97º | 0.74% | 0.54% | - |
| HSV(B) | 58.97º | 0.77% | 0.88% | - |
| XYZ | 57.77 | 68.49 | 13.31 | - |
| YUV | 203.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 51 | 0 | 0.01 | 0.77 | 0.12 | 58.97 | 0.74 | 0.54 |
| Hex | E1 | DE | 33 | 0 | 1 | 4D | C | 3B | 4A | 36 |
| Octal | 341 | 336 | 63 | 0 | 1 | 115 | 14 | 73 | 112 | 66 |
| Binary | 11100001 | 11011110 | 110011 | 0 | 1 | 1001101 | 1100 | 111011 | 1001010 | 110110 |
Color Harmonies of #E1DE33
Complementary color
Monochromatic Colors of #E1DE33
Black with #E1DE33
Text Example
Text Example
White with #E1DE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE33; }
p { color: rgb(225,222,51); }
H1.HeaderClassName
{
color: #E1DE33;
}
.AnyTagClassName
{
color: #E1DE33;
}
</style>
background-color css
<style>
a { background-color: #E1DE33; }
a { background-color: rgb(225,222,51); }
div.DivClassName
{
background-color: #E1DE33;
}
.BgClassName
{
background-color: #E1DE33;
}
</style>
border-color css
<style>
span { border-color: #E1DE33; }
span { border-color: rgb(225,222,51); }
td.TdClassName
{
border-color: #E1DE33;
}
.TagClassName
{
border-color: #E1DE33;
}
</style>