Shades of Starship #E5DA33
Tints of Starship #E5DA33
RGB
CMYK
RGB Variations
Color information
#E5DA33 (or 0xE5DA33) is known color: Starship. HEX triplet: E5, DA and 33. RGB value is (229,218,51). Sum of RGB (Red+Green+Blue) = 229+218+51=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA33 is #1A25CC. Grayscale: #CACACA. Windows color (decimal): -1713613 or 3398373. OLE color: 3398373.
HSL color Cylindrical-coordinate representation of color #E5DA33: hue angle of 56.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5DA33 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 51 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.10 |
| HSL | 56.29º | 0.77% | 0.55% | - |
| HSV(B) | 56.29º | 0.78% | 0.9% | - |
| XYZ | 57.98 | 67.04 | 13.02 | - |
| YUV | 202.25 | 42.64 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 51 | 0 | 0.05 | 0.78 | 0.10 | 56.29 | 0.77 | 0.55 |
| Hex | E5 | DA | 33 | 0 | 5 | 4E | A | 38 | 4D | 37 |
| Octal | 345 | 332 | 63 | 0 | 5 | 116 | 12 | 70 | 115 | 67 |
| Binary | 11100101 | 11011010 | 110011 | 0 | 101 | 1001110 | 1010 | 111000 | 1001101 | 110111 |
Color Harmonies of #E5DA33
Complementary color
Monochromatic Colors of #E5DA33
Black with #E5DA33
Text Example
Text Example
White with #E5DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA33; }
p { color: rgb(229,218,51); }
H1.HeaderClassName
{
color: #E5DA33;
}
.AnyTagClassName
{
color: #E5DA33;
}
</style>
background-color css
<style>
a { background-color: #E5DA33; }
a { background-color: rgb(229,218,51); }
div.DivClassName
{
background-color: #E5DA33;
}
.BgClassName
{
background-color: #E5DA33;
}
</style>
border-color css
<style>
span { border-color: #E5DA33; }
span { border-color: rgb(229,218,51); }
td.TdClassName
{
border-color: #E5DA33;
}
.TagClassName
{
border-color: #E5DA33;
}
</style>