Shades of Starship #E5DD3F
Tints of Starship #E5DD3F
RGB
CMYK
RGB Variations
Color information
#E5DD3F (or 0xE5DD3F) is known color: Starship. HEX triplet: E5, DD and 3F. RGB value is (229,221,63). Sum of RGB (Red+Green+Blue) = 229+221+63=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD3F is #1A22C0. Grayscale: #CECECE. Windows color (decimal): -1712833 or 4185573. OLE color: 4185573.
HSL color Cylindrical-coordinate representation of color #E5DD3F: hue angle of 57.11º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5DD3F is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 63 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.10 |
| HSL | 57.11º | 0.76% | 0.57% | - |
| HSV(B) | 57.11º | 0.72% | 0.9% | - |
| XYZ | 59.07 | 68.73 | 14.86 | - |
| YUV | 205.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 63 | 0 | 0.03 | 0.72 | 0.10 | 57.11 | 0.76 | 0.57 |
| Hex | E5 | DD | 3F | 0 | 3 | 48 | A | 39 | 4C | 39 |
| Octal | 345 | 335 | 77 | 0 | 3 | 110 | 12 | 71 | 114 | 71 |
| Binary | 11100101 | 11011101 | 111111 | 0 | 11 | 1001000 | 1010 | 111001 | 1001100 | 111001 |
Color Harmonies of #E5DD3F
Complementary color
Monochromatic Colors of #E5DD3F
Black with #E5DD3F
Text Example
Text Example
White with #E5DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD3F; }
p { color: rgb(229,221,63); }
H1.HeaderClassName
{
color: #E5DD3F;
}
.AnyTagClassName
{
color: #E5DD3F;
}
</style>
background-color css
<style>
a { background-color: #E5DD3F; }
a { background-color: rgb(229,221,63); }
div.DivClassName
{
background-color: #E5DD3F;
}
.BgClassName
{
background-color: #E5DD3F;
}
</style>
border-color css
<style>
span { border-color: #E5DD3F; }
span { border-color: rgb(229,221,63); }
td.TdClassName
{
border-color: #E5DD3F;
}
.TagClassName
{
border-color: #E5DD3F;
}
</style>