Shades of Starship #E0DF3D
Tints of Starship #E0DF3D
RGB
CMYK
RGB Variations
Color information
#E0DF3D (or 0xE0DF3D) is known color: Starship. HEX triplet: E0, DF and 3D. RGB value is (224,223,61). Sum of RGB (Red+Green+Blue) = 224+223+61=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF3D is #1F20C2. Grayscale: #CDCDCD. Windows color (decimal): -2040003 or 4055008. OLE color: 4055008.
HSL color Cylindrical-coordinate representation of color #E0DF3D: hue angle of 59.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0DF3D is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 61 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.12 |
| HSL | 59.63º | 0.72% | 0.56% | - |
| HSV(B) | 59.63º | 0.73% | 0.88% | - |
| XYZ | 57.97 | 68.96 | 14.67 | - |
| YUV | 204.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 61 | 0 | 0.00 | 0.73 | 0.12 | 59.63 | 0.72 | 0.56 |
| Hex | E0 | DF | 3D | 0 | 0 | 49 | C | 3C | 48 | 38 |
| Octal | 340 | 337 | 75 | 0 | 0 | 111 | 14 | 74 | 110 | 70 |
| Binary | 11100000 | 11011111 | 111101 | 0 | 0 | 1001001 | 1100 | 111100 | 1001000 | 111000 |
Color Harmonies of #E0DF3D
Complementary color
Monochromatic Colors of #E0DF3D
Black with #E0DF3D
Text Example
Text Example
White with #E0DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF3D; }
p { color: rgb(224,223,61); }
H1.HeaderClassName
{
color: #E0DF3D;
}
.AnyTagClassName
{
color: #E0DF3D;
}
</style>
background-color css
<style>
a { background-color: #E0DF3D; }
a { background-color: rgb(224,223,61); }
div.DivClassName
{
background-color: #E0DF3D;
}
.BgClassName
{
background-color: #E0DF3D;
}
</style>
border-color css
<style>
span { border-color: #E0DF3D; }
span { border-color: rgb(224,223,61); }
td.TdClassName
{
border-color: #E0DF3D;
}
.TagClassName
{
border-color: #E0DF3D;
}
</style>