Shades of Starship #E0DB2F
Tints of Starship #E0DB2F
RGB
CMYK
RGB Variations
Color information
#E0DB2F (or 0xE0DB2F) is known color: Starship. HEX triplet: E0, DB and 2F. RGB value is (224,219,47). Sum of RGB (Red+Green+Blue) = 224+219+47=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB2F is #1F24D0. Grayscale: #C9C9C9. Windows color (decimal): -2041041 or 3136480. OLE color: 3136480.
HSL color Cylindrical-coordinate representation of color #E0DB2F: hue angle of 58.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0DB2F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 47 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.12 |
| HSL | 58.31º | 0.74% | 0.53% | - |
| HSV(B) | 58.31º | 0.79% | 0.88% | - |
| XYZ | 56.59 | 66.72 | 12.58 | - |
| YUV | 200.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 47 | 0 | 0.02 | 0.79 | 0.12 | 58.31 | 0.74 | 0.53 |
| Hex | E0 | DB | 2F | 0 | 2 | 4F | C | 3A | 4A | 35 |
| Octal | 340 | 333 | 57 | 0 | 2 | 117 | 14 | 72 | 112 | 65 |
| Binary | 11100000 | 11011011 | 101111 | 0 | 10 | 1001111 | 1100 | 111010 | 1001010 | 110101 |
Color Harmonies of #E0DB2F
Complementary color
Monochromatic Colors of #E0DB2F
Black with #E0DB2F
Text Example
Text Example
White with #E0DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB2F; }
p { color: rgb(224,219,47); }
H1.HeaderClassName
{
color: #E0DB2F;
}
.AnyTagClassName
{
color: #E0DB2F;
}
</style>
background-color css
<style>
a { background-color: #E0DB2F; }
a { background-color: rgb(224,219,47); }
div.DivClassName
{
background-color: #E0DB2F;
}
.BgClassName
{
background-color: #E0DB2F;
}
</style>
border-color css
<style>
span { border-color: #E0DB2F; }
span { border-color: rgb(224,219,47); }
td.TdClassName
{
border-color: #E0DB2F;
}
.TagClassName
{
border-color: #E0DB2F;
}
</style>