Shades of Starship #E4D036
Tints of Starship #E4D036
RGB
CMYK
RGB Variations
Color information
#E4D036 (or 0xE4D036) is known color: Starship. HEX triplet: E4, D0 and 36. RGB value is (228,208,54). Sum of RGB (Red+Green+Blue) = 228+208+54=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D036 is #1B2FC9. Grayscale: #C5C5C5. Windows color (decimal): -1781706 or 3592420. OLE color: 3592420.
HSL color Cylindrical-coordinate representation of color #E4D036: hue angle of 53.1º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E4D036 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 54 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.11 |
| HSL | 53.1º | 0.76% | 0.55% | - |
| HSV(B) | 53.1º | 0.76% | 0.89% | - |
| XYZ | 55.22 | 61.87 | 12.52 | - |
| YUV | 196.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 54 | 0 | 0.09 | 0.76 | 0.11 | 53.1 | 0.76 | 0.55 |
| Hex | E4 | D0 | 36 | 0 | 9 | 4C | B | 35 | 4C | 37 |
| Octal | 344 | 320 | 66 | 0 | 11 | 114 | 13 | 65 | 114 | 67 |
| Binary | 11100100 | 11010000 | 110110 | 0 | 1001 | 1001100 | 1011 | 110101 | 1001100 | 110111 |
Color Harmonies of #E4D036
Complementary color
Monochromatic Colors of #E4D036
Black with #E4D036
Text Example
Text Example
White with #E4D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D036; }
p { color: rgb(228,208,54); }
H1.HeaderClassName
{
color: #E4D036;
}
.AnyTagClassName
{
color: #E4D036;
}
</style>
background-color css
<style>
a { background-color: #E4D036; }
a { background-color: rgb(228,208,54); }
div.DivClassName
{
background-color: #E4D036;
}
.BgClassName
{
background-color: #E4D036;
}
</style>
border-color css
<style>
span { border-color: #E4D036; }
span { border-color: rgb(228,208,54); }
td.TdClassName
{
border-color: #E4D036;
}
.TagClassName
{
border-color: #E4D036;
}
</style>