Shades of Starship #E5D23C
Tints of Starship #E5D23C
RGB
CMYK
RGB Variations
Color information
#E5D23C (or 0xE5D23C) is known color: Starship. HEX triplet: E5, D2 and 3C. RGB value is (229,210,60). Sum of RGB (Red+Green+Blue) = 229+210+60=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D23C is #1A2DC3. Grayscale: #C7C7C7. Windows color (decimal): -1715652 or 3986149. OLE color: 3986149.
HSL color Cylindrical-coordinate representation of color #E5D23C: hue angle of 53.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D23C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 60 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.10 |
| HSL | 53.25º | 0.76% | 0.57% | - |
| HSV(B) | 53.25º | 0.74% | 0.9% | - |
| XYZ | 56.18 | 63.08 | 13.49 | - |
| YUV | 198.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 60 | 0 | 0.08 | 0.74 | 0.10 | 53.25 | 0.76 | 0.57 |
| Hex | E5 | D2 | 3C | 0 | 8 | 4A | A | 35 | 4C | 39 |
| Octal | 345 | 322 | 74 | 0 | 10 | 112 | 12 | 65 | 114 | 71 |
| Binary | 11100101 | 11010010 | 111100 | 0 | 1000 | 1001010 | 1010 | 110101 | 1001100 | 111001 |
Color Harmonies of #E5D23C
Complementary color
Monochromatic Colors of #E5D23C
Black with #E5D23C
Text Example
Text Example
White with #E5D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D23C; }
p { color: rgb(229,210,60); }
H1.HeaderClassName
{
color: #E5D23C;
}
.AnyTagClassName
{
color: #E5D23C;
}
</style>
background-color css
<style>
a { background-color: #E5D23C; }
a { background-color: rgb(229,210,60); }
div.DivClassName
{
background-color: #E5D23C;
}
.BgClassName
{
background-color: #E5D23C;
}
</style>
border-color css
<style>
span { border-color: #E5D23C; }
span { border-color: rgb(229,210,60); }
td.TdClassName
{
border-color: #E5D23C;
}
.TagClassName
{
border-color: #E5D23C;
}
</style>