Shades of Starship #E4D038
Tints of Starship #E4D038
RGB
CMYK
RGB Variations
Color information
#E4D038 (or 0xE4D038) is known color: Starship. HEX triplet: E4, D0 and 38. RGB value is (228,208,56). Sum of RGB (Red+Green+Blue) = 228+208+56=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D038 is #1B2FC7. Grayscale: #C5C5C5. Windows color (decimal): -1781704 or 3723492. OLE color: 3723492.
HSL color Cylindrical-coordinate representation of color #E4D038: hue angle of 53.02º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4D038 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 56 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.11 |
| HSL | 53.02º | 0.76% | 0.56% | - |
| HSV(B) | 53.02º | 0.75% | 0.89% | - |
| XYZ | 55.26 | 61.89 | 12.77 | - |
| YUV | 196.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 56 | 0 | 0.09 | 0.75 | 0.11 | 53.02 | 0.76 | 0.56 |
| Hex | E4 | D0 | 38 | 0 | 9 | 4B | B | 35 | 4C | 38 |
| Octal | 344 | 320 | 70 | 0 | 11 | 113 | 13 | 65 | 114 | 70 |
| Binary | 11100100 | 11010000 | 111000 | 0 | 1001 | 1001011 | 1011 | 110101 | 1001100 | 111000 |
Color Harmonies of #E4D038
Complementary color
Monochromatic Colors of #E4D038
Black with #E4D038
Text Example
Text Example
White with #E4D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D038; }
p { color: rgb(228,208,56); }
H1.HeaderClassName
{
color: #E4D038;
}
.AnyTagClassName
{
color: #E4D038;
}
</style>
background-color css
<style>
a { background-color: #E4D038; }
a { background-color: rgb(228,208,56); }
div.DivClassName
{
background-color: #E4D038;
}
.BgClassName
{
background-color: #E4D038;
}
</style>
border-color css
<style>
span { border-color: #E4D038; }
span { border-color: rgb(228,208,56); }
td.TdClassName
{
border-color: #E4D038;
}
.TagClassName
{
border-color: #E4D038;
}
</style>