Shades of Starship #E1DF36
Tints of Starship #E1DF36
RGB
CMYK
RGB Variations
Color information
#E1DF36 (or 0xE1DF36) is known color: Starship. HEX triplet: E1, DF and 36. RGB value is (225,223,54). Sum of RGB (Red+Green+Blue) = 225+223+54=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF36 is #1E20C9. Grayscale: #CDCDCD. Windows color (decimal): -1974474 or 3596257. OLE color: 3596257.
HSL color Cylindrical-coordinate representation of color #E1DF36: hue angle of 59.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1DF36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.12 |
| HSL | 59.3º | 0.74% | 0.55% | - |
| HSV(B) | 59.3º | 0.76% | 0.88% | - |
| XYZ | 58.1 | 69.05 | 13.76 | - |
| YUV | 204.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 54 | 0 | 0.01 | 0.76 | 0.12 | 59.3 | 0.74 | 0.55 |
| Hex | E1 | DF | 36 | 0 | 1 | 4C | C | 3B | 4A | 37 |
| Octal | 341 | 337 | 66 | 0 | 1 | 114 | 14 | 73 | 112 | 67 |
| Binary | 11100001 | 11011111 | 110110 | 0 | 1 | 1001100 | 1100 | 111011 | 1001010 | 110111 |
Color Harmonies of #E1DF36
Complementary color
Monochromatic Colors of #E1DF36
Black with #E1DF36
Text Example
Text Example
White with #E1DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF36; }
p { color: rgb(225,223,54); }
H1.HeaderClassName
{
color: #E1DF36;
}
.AnyTagClassName
{
color: #E1DF36;
}
</style>
background-color css
<style>
a { background-color: #E1DF36; }
a { background-color: rgb(225,223,54); }
div.DivClassName
{
background-color: #E1DF36;
}
.BgClassName
{
background-color: #E1DF36;
}
</style>
border-color css
<style>
span { border-color: #E1DF36; }
span { border-color: rgb(225,223,54); }
td.TdClassName
{
border-color: #E1DF36;
}
.TagClassName
{
border-color: #E1DF36;
}
</style>