Shades of Starship #E0DD3C
Tints of Starship #E0DD3C
RGB
CMYK
RGB Variations
Color information
#E0DD3C (or 0xE0DD3C) is known color: Starship. HEX triplet: E0, DD and 3C. RGB value is (224,221,60). Sum of RGB (Red+Green+Blue) = 224+221+60=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD3C is #1F22C3. Grayscale: #CCCCCC. Windows color (decimal): -2040516 or 3988960. OLE color: 3988960.
HSL color Cylindrical-coordinate representation of color #E0DD3C: hue angle of 58.9º degrees, saturation: 0.73, 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 #E0DD3C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 60 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.12 |
| HSL | 58.9º | 0.73% | 0.56% | - |
| HSV(B) | 58.9º | 0.73% | 0.88% | - |
| XYZ | 57.41 | 67.89 | 14.35 | - |
| YUV | 203.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 60 | 0 | 0.01 | 0.73 | 0.12 | 58.9 | 0.73 | 0.56 |
| Hex | E0 | DD | 3C | 0 | 1 | 49 | C | 3B | 49 | 38 |
| Octal | 340 | 335 | 74 | 0 | 1 | 111 | 14 | 73 | 111 | 70 |
| Binary | 11100000 | 11011101 | 111100 | 0 | 1 | 1001001 | 1100 | 111011 | 1001001 | 111000 |
Color Harmonies of #E0DD3C
Complementary color
Monochromatic Colors of #E0DD3C
Black with #E0DD3C
Text Example
Text Example
White with #E0DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD3C; }
p { color: rgb(224,221,60); }
H1.HeaderClassName
{
color: #E0DD3C;
}
.AnyTagClassName
{
color: #E0DD3C;
}
</style>
background-color css
<style>
a { background-color: #E0DD3C; }
a { background-color: rgb(224,221,60); }
div.DivClassName
{
background-color: #E0DD3C;
}
.BgClassName
{
background-color: #E0DD3C;
}
</style>
border-color css
<style>
span { border-color: #E0DD3C; }
span { border-color: rgb(224,221,60); }
td.TdClassName
{
border-color: #E0DD3C;
}
.TagClassName
{
border-color: #E0DD3C;
}
</style>