Shades of Starship #E5DA34
Tints of Starship #E5DA34
RGB
CMYK
RGB Variations
Color information
#E5DA34 (or 0xE5DA34) is known color: Starship. HEX triplet: E5, DA and 34. RGB value is (229,218,52). Sum of RGB (Red+Green+Blue) = 229+218+52=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA34 is #1A25CB. Grayscale: #CBCBCB. Windows color (decimal): -1713612 or 3463909. OLE color: 3463909.
HSL color Cylindrical-coordinate representation of color #E5DA34: hue angle of 56.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5DA34 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 52 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.10 |
| HSL | 56.27º | 0.77% | 0.55% | - |
| HSV(B) | 56.27º | 0.77% | 0.9% | - |
| XYZ | 58 | 67.05 | 13.13 | - |
| YUV | 202.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 52 | 0 | 0.05 | 0.77 | 0.10 | 56.27 | 0.77 | 0.55 |
| Hex | E5 | DA | 34 | 0 | 5 | 4D | A | 38 | 4D | 37 |
| Octal | 345 | 332 | 64 | 0 | 5 | 115 | 12 | 70 | 115 | 67 |
| Binary | 11100101 | 11011010 | 110100 | 0 | 101 | 1001101 | 1010 | 111000 | 1001101 | 110111 |
Color Harmonies of #E5DA34
Complementary color
Monochromatic Colors of #E5DA34
Black with #E5DA34
Text Example
Text Example
White with #E5DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA34; }
p { color: rgb(229,218,52); }
H1.HeaderClassName
{
color: #E5DA34;
}
.AnyTagClassName
{
color: #E5DA34;
}
</style>
background-color css
<style>
a { background-color: #E5DA34; }
a { background-color: rgb(229,218,52); }
div.DivClassName
{
background-color: #E5DA34;
}
.BgClassName
{
background-color: #E5DA34;
}
</style>
border-color css
<style>
span { border-color: #E5DA34; }
span { border-color: rgb(229,218,52); }
td.TdClassName
{
border-color: #E5DA34;
}
.TagClassName
{
border-color: #E5DA34;
}
</style>