Shades of Starship #E8D038
Tints of Starship #E8D038
RGB
CMYK
RGB Variations
Color information
#E8D038 (or 0xE8D038) is known color: Starship. HEX triplet: E8, D0 and 38. RGB value is (232,208,56). Sum of RGB (Red+Green+Blue) = 232+208+56=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D038 is #172FC7. Grayscale: #C6C6C6. Windows color (decimal): -1519560 or 3723496. OLE color: 3723496.
HSL color Cylindrical-coordinate representation of color #E8D038: hue angle of 51.82º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E8D038 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 56 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.09 |
| HSL | 51.82º | 0.79% | 0.56% | - |
| HSV(B) | 51.82º | 0.76% | 0.91% | - |
| XYZ | 56.55 | 62.55 | 12.83 | - |
| YUV | 197.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 56 | 0 | 0.10 | 0.76 | 0.09 | 51.82 | 0.79 | 0.56 |
| Hex | E8 | D0 | 38 | 0 | A | 4C | 9 | 34 | 4F | 38 |
| Octal | 350 | 320 | 70 | 0 | 12 | 114 | 11 | 64 | 117 | 70 |
| Binary | 11101000 | 11010000 | 111000 | 0 | 1010 | 1001100 | 1001 | 110100 | 1001111 | 111000 |
Color Harmonies of #E8D038
Complementary color
Monochromatic Colors of #E8D038
Black with #E8D038
Text Example
Text Example
White with #E8D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D038; }
p { color: rgb(232,208,56); }
H1.HeaderClassName
{
color: #E8D038;
}
.AnyTagClassName
{
color: #E8D038;
}
</style>
background-color css
<style>
a { background-color: #E8D038; }
a { background-color: rgb(232,208,56); }
div.DivClassName
{
background-color: #E8D038;
}
.BgClassName
{
background-color: #E8D038;
}
</style>
border-color css
<style>
span { border-color: #E8D038; }
span { border-color: rgb(232,208,56); }
td.TdClassName
{
border-color: #E8D038;
}
.TagClassName
{
border-color: #E8D038;
}
</style>