Shades of Starship #E0DF39
Tints of Starship #E0DF39
RGB
CMYK
RGB Variations
Color information
#E0DF39 (or 0xE0DF39) is known color: Starship. HEX triplet: E0, DF and 39. RGB value is (224,223,57). Sum of RGB (Red+Green+Blue) = 224+223+57=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF39 is #1F20C6. Grayscale: #CDCDCD. Windows color (decimal): -2040007 or 3792864. OLE color: 3792864.
HSL color Cylindrical-coordinate representation of color #E0DF39: hue angle of 59.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0DF39 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 57 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.12 |
| HSL | 59.64º | 0.73% | 0.55% | - |
| HSV(B) | 59.64º | 0.75% | 0.88% | - |
| XYZ | 57.87 | 68.92 | 14.12 | - |
| YUV | 204.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 57 | 0 | 0.00 | 0.75 | 0.12 | 59.64 | 0.73 | 0.55 |
| Hex | E0 | DF | 39 | 0 | 0 | 4B | C | 3C | 49 | 37 |
| Octal | 340 | 337 | 71 | 0 | 0 | 113 | 14 | 74 | 111 | 67 |
| Binary | 11100000 | 11011111 | 111001 | 0 | 0 | 1001011 | 1100 | 111100 | 1001001 | 110111 |
Color Harmonies of #E0DF39
Complementary color
Monochromatic Colors of #E0DF39
Black with #E0DF39
Text Example
Text Example
White with #E0DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF39; }
p { color: rgb(224,223,57); }
H1.HeaderClassName
{
color: #E0DF39;
}
.AnyTagClassName
{
color: #E0DF39;
}
</style>
background-color css
<style>
a { background-color: #E0DF39; }
a { background-color: rgb(224,223,57); }
div.DivClassName
{
background-color: #E0DF39;
}
.BgClassName
{
background-color: #E0DF39;
}
</style>
border-color css
<style>
span { border-color: #E0DF39; }
span { border-color: rgb(224,223,57); }
td.TdClassName
{
border-color: #E0DF39;
}
.TagClassName
{
border-color: #E0DF39;
}
</style>