Shades of Starship #E1DF40
Tints of Starship #E1DF40
RGB
CMYK
RGB Variations
Color information
#E1DF40 (or 0xE1DF40) is known color: Starship. HEX triplet: E1, DF and 40. RGB value is (225,223,64). Sum of RGB (Red+Green+Blue) = 225+223+64=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF40 is #1E20BF. Grayscale: #CECECE. Windows color (decimal): -1974464 or 4251617. OLE color: 4251617.
HSL color Cylindrical-coordinate representation of color #E1DF40: hue angle of 59.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1DF40 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 64 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.12 |
| HSL | 59.25º | 0.73% | 0.57% | - |
| HSV(B) | 59.25º | 0.72% | 0.88% | - |
| XYZ | 58.36 | 69.15 | 15.12 | - |
| YUV | 205.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 64 | 0 | 0.01 | 0.72 | 0.12 | 59.25 | 0.73 | 0.57 |
| Hex | E1 | DF | 40 | 0 | 1 | 48 | C | 3B | 49 | 39 |
| Octal | 341 | 337 | 100 | 0 | 1 | 110 | 14 | 73 | 111 | 71 |
| Binary | 11100001 | 11011111 | 1000000 | 0 | 1 | 1001000 | 1100 | 111011 | 1001001 | 111001 |
Color Harmonies of #E1DF40
Complementary color
Monochromatic Colors of #E1DF40
Black with #E1DF40
Text Example
Text Example
White with #E1DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF40; }
p { color: rgb(225,223,64); }
H1.HeaderClassName
{
color: #E1DF40;
}
.AnyTagClassName
{
color: #E1DF40;
}
</style>
background-color css
<style>
a { background-color: #E1DF40; }
a { background-color: rgb(225,223,64); }
div.DivClassName
{
background-color: #E1DF40;
}
.BgClassName
{
background-color: #E1DF40;
}
</style>
border-color css
<style>
span { border-color: #E1DF40; }
span { border-color: rgb(225,223,64); }
td.TdClassName
{
border-color: #E1DF40;
}
.TagClassName
{
border-color: #E1DF40;
}
</style>