Shades of Starship #E0DF37
Tints of Starship #E0DF37
RGB
CMYK
RGB Variations
Color information
#E0DF37 (or 0xE0DF37) is known color: Starship. HEX triplet: E0, DF and 37. RGB value is (224,223,55). Sum of RGB (Red+Green+Blue) = 224+223+55=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF37 is #1F20C8. Grayscale: #CCCCCC. Windows color (decimal): -2040009 or 3661792. OLE color: 3661792.
HSL color Cylindrical-coordinate representation of color #E0DF37: 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 #E0DF37 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 55 | - |
| 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.82 | 68.9 | 13.87 | - |
| YUV | 204.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 55 | 0 | 0.00 | 0.75 | 0.12 | 59.64 | 0.73 | 0.55 |
| Hex | E0 | DF | 37 | 0 | 0 | 4B | C | 3C | 49 | 37 |
| Octal | 340 | 337 | 67 | 0 | 0 | 113 | 14 | 74 | 111 | 67 |
| Binary | 11100000 | 11011111 | 110111 | 0 | 0 | 1001011 | 1100 | 111100 | 1001001 | 110111 |
Color Harmonies of #E0DF37
Complementary color
Monochromatic Colors of #E0DF37
Black with #E0DF37
Text Example
Text Example
White with #E0DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF37; }
p { color: rgb(224,223,55); }
H1.HeaderClassName
{
color: #E0DF37;
}
.AnyTagClassName
{
color: #E0DF37;
}
</style>
background-color css
<style>
a { background-color: #E0DF37; }
a { background-color: rgb(224,223,55); }
div.DivClassName
{
background-color: #E0DF37;
}
.BgClassName
{
background-color: #E0DF37;
}
</style>
border-color css
<style>
span { border-color: #E0DF37; }
span { border-color: rgb(224,223,55); }
td.TdClassName
{
border-color: #E0DF37;
}
.TagClassName
{
border-color: #E0DF37;
}
</style>