Shades of Starship #E5D23D
Tints of Starship #E5D23D
RGB
CMYK
RGB Variations
Color information
#E5D23D (or 0xE5D23D) is known color: Starship. HEX triplet: E5, D2 and 3D. RGB value is (229,210,61). Sum of RGB (Red+Green+Blue) = 229+210+61=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D23D is #1A2DC2. Grayscale: #C7C7C7. Windows color (decimal): -1715651 or 4051685. OLE color: 4051685.
HSL color Cylindrical-coordinate representation of color #E5D23D: hue angle of 53.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5D23D is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 61 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.10 |
| HSL | 53.21º | 0.76% | 0.57% | - |
| HSV(B) | 53.21º | 0.73% | 0.9% | - |
| XYZ | 56.2 | 63.09 | 13.63 | - |
| YUV | 198.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 61 | 0 | 0.08 | 0.73 | 0.10 | 53.21 | 0.76 | 0.57 |
| Hex | E5 | D2 | 3D | 0 | 8 | 49 | A | 35 | 4C | 39 |
| Octal | 345 | 322 | 75 | 0 | 10 | 111 | 12 | 65 | 114 | 71 |
| Binary | 11100101 | 11010010 | 111101 | 0 | 1000 | 1001001 | 1010 | 110101 | 1001100 | 111001 |
Color Harmonies of #E5D23D
Complementary color
Monochromatic Colors of #E5D23D
Black with #E5D23D
Text Example
Text Example
White with #E5D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D23D; }
p { color: rgb(229,210,61); }
H1.HeaderClassName
{
color: #E5D23D;
}
.AnyTagClassName
{
color: #E5D23D;
}
</style>
background-color css
<style>
a { background-color: #E5D23D; }
a { background-color: rgb(229,210,61); }
div.DivClassName
{
background-color: #E5D23D;
}
.BgClassName
{
background-color: #E5D23D;
}
</style>
border-color css
<style>
span { border-color: #E5D23D; }
span { border-color: rgb(229,210,61); }
td.TdClassName
{
border-color: #E5D23D;
}
.TagClassName
{
border-color: #E5D23D;
}
</style>