Shades of Starship #E5DD35
Tints of Starship #E5DD35
RGB
CMYK
RGB Variations
Color information
#E5DD35 (or 0xE5DD35) is known color: Starship. HEX triplet: E5, DD and 35. RGB value is (229,221,53). Sum of RGB (Red+Green+Blue) = 229+221+53=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD35 is #1A22CA. Grayscale: #CCCCCC. Windows color (decimal): -1712843 or 3530213. OLE color: 3530213.
HSL color Cylindrical-coordinate representation of color #E5DD35: hue angle of 57.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 #E5DD35 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.10 |
| HSL | 57.27º | 0.77% | 0.55% | - |
| HSV(B) | 57.27º | 0.77% | 0.9% | - |
| XYZ | 58.81 | 68.63 | 13.51 | - |
| YUV | 204.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 53 | 0 | 0.03 | 0.77 | 0.10 | 57.27 | 0.77 | 0.55 |
| Hex | E5 | DD | 35 | 0 | 3 | 4D | A | 39 | 4D | 37 |
| Octal | 345 | 335 | 65 | 0 | 3 | 115 | 12 | 71 | 115 | 67 |
| Binary | 11100101 | 11011101 | 110101 | 0 | 11 | 1001101 | 1010 | 111001 | 1001101 | 110111 |
Color Harmonies of #E5DD35
Complementary color
Monochromatic Colors of #E5DD35
Black with #E5DD35
Text Example
Text Example
White with #E5DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD35; }
p { color: rgb(229,221,53); }
H1.HeaderClassName
{
color: #E5DD35;
}
.AnyTagClassName
{
color: #E5DD35;
}
</style>
background-color css
<style>
a { background-color: #E5DD35; }
a { background-color: rgb(229,221,53); }
div.DivClassName
{
background-color: #E5DD35;
}
.BgClassName
{
background-color: #E5DD35;
}
</style>
border-color css
<style>
span { border-color: #E5DD35; }
span { border-color: rgb(229,221,53); }
td.TdClassName
{
border-color: #E5DD35;
}
.TagClassName
{
border-color: #E5DD35;
}
</style>