Shades of Starship #E5DD3A
Tints of Starship #E5DD3A
RGB
CMYK
RGB Variations
Color information
#E5DD3A (or 0xE5DD3A) is known color: Starship. HEX triplet: E5, DD and 3A. RGB value is (229,221,58). Sum of RGB (Red+Green+Blue) = 229+221+58=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD3A is #1A22C5. Grayscale: #CDCDCD. Windows color (decimal): -1712838 or 3857893. OLE color: 3857893.
HSL color Cylindrical-coordinate representation of color #E5DD3A: hue angle of 57.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5DD3A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 58 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.10 |
| HSL | 57.19º | 0.77% | 0.56% | - |
| HSV(B) | 57.19º | 0.75% | 0.9% | - |
| XYZ | 58.93 | 68.68 | 14.15 | - |
| YUV | 204.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 58 | 0 | 0.03 | 0.75 | 0.10 | 57.19 | 0.77 | 0.56 |
| Hex | E5 | DD | 3A | 0 | 3 | 4B | A | 39 | 4D | 38 |
| Octal | 345 | 335 | 72 | 0 | 3 | 113 | 12 | 71 | 115 | 70 |
| Binary | 11100101 | 11011101 | 111010 | 0 | 11 | 1001011 | 1010 | 111001 | 1001101 | 111000 |
Color Harmonies of #E5DD3A
Complementary color
Monochromatic Colors of #E5DD3A
Black with #E5DD3A
Text Example
Text Example
White with #E5DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD3A; }
p { color: rgb(229,221,58); }
H1.HeaderClassName
{
color: #E5DD3A;
}
.AnyTagClassName
{
color: #E5DD3A;
}
</style>
background-color css
<style>
a { background-color: #E5DD3A; }
a { background-color: rgb(229,221,58); }
div.DivClassName
{
background-color: #E5DD3A;
}
.BgClassName
{
background-color: #E5DD3A;
}
</style>
border-color css
<style>
span { border-color: #E5DD3A; }
span { border-color: rgb(229,221,58); }
td.TdClassName
{
border-color: #E5DD3A;
}
.TagClassName
{
border-color: #E5DD3A;
}
</style>