Shades of Starship #E8D23D
Tints of Starship #E8D23D
RGB
CMYK
RGB Variations
Color information
#E8D23D (or 0xE8D23D) is known color: Starship. HEX triplet: E8, D2 and 3D. RGB value is (232,210,61). Sum of RGB (Red+Green+Blue) = 232+210+61=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D23D is #172DC2. Grayscale: #C8C8C8. Windows color (decimal): -1519043 or 4051688. OLE color: 4051688.
HSL color Cylindrical-coordinate representation of color #E8D23D: hue angle of 52.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8D23D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.09 |
| HSL | 52.28º | 0.79% | 0.57% | - |
| HSV(B) | 52.28º | 0.74% | 0.91% | - |
| XYZ | 57.17 | 63.59 | 13.68 | - |
| YUV | 199.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 61 | 0 | 0.09 | 0.74 | 0.09 | 52.28 | 0.79 | 0.57 |
| Hex | E8 | D2 | 3D | 0 | 9 | 4A | 9 | 34 | 4F | 39 |
| Octal | 350 | 322 | 75 | 0 | 11 | 112 | 11 | 64 | 117 | 71 |
| Binary | 11101000 | 11010010 | 111101 | 0 | 1001 | 1001010 | 1001 | 110100 | 1001111 | 111001 |
Color Harmonies of #E8D23D
Complementary color
Monochromatic Colors of #E8D23D
Black with #E8D23D
Text Example
Text Example
White with #E8D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D23D; }
p { color: rgb(232,210,61); }
H1.HeaderClassName
{
color: #E8D23D;
}
.AnyTagClassName
{
color: #E8D23D;
}
</style>
background-color css
<style>
a { background-color: #E8D23D; }
a { background-color: rgb(232,210,61); }
div.DivClassName
{
background-color: #E8D23D;
}
.BgClassName
{
background-color: #E8D23D;
}
</style>
border-color css
<style>
span { border-color: #E8D23D; }
span { border-color: rgb(232,210,61); }
td.TdClassName
{
border-color: #E8D23D;
}
.TagClassName
{
border-color: #E8D23D;
}
</style>