Shades of Starship #E4DD39
Tints of Starship #E4DD39
RGB
CMYK
RGB Variations
Color information
#E4DD39 (or 0xE4DD39) is known color: Starship. HEX triplet: E4, DD and 39. RGB value is (228,221,57). Sum of RGB (Red+Green+Blue) = 228+221+57=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DD39 is #1B22C6. Grayscale: #CDCDCD. Windows color (decimal): -1778375 or 3792356. OLE color: 3792356.
HSL color Cylindrical-coordinate representation of color #E4DD39: hue angle of 57.54º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4DD39 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 57 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.11 |
| HSL | 57.54º | 0.76% | 0.56% | - |
| HSV(B) | 57.54º | 0.75% | 0.89% | - |
| XYZ | 58.59 | 68.5 | 14.01 | - |
| YUV | 204.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 57 | 0 | 0.03 | 0.75 | 0.11 | 57.54 | 0.76 | 0.56 |
| Hex | E4 | DD | 39 | 0 | 3 | 4B | B | 3A | 4C | 38 |
| Octal | 344 | 335 | 71 | 0 | 3 | 113 | 13 | 72 | 114 | 70 |
| Binary | 11100100 | 11011101 | 111001 | 0 | 11 | 1001011 | 1011 | 111010 | 1001100 | 111000 |
Color Harmonies of #E4DD39
Complementary color
Monochromatic Colors of #E4DD39
Black with #E4DD39
Text Example
Text Example
White with #E4DD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DD39; }
p { color: rgb(228,221,57); }
H1.HeaderClassName
{
color: #E4DD39;
}
.AnyTagClassName
{
color: #E4DD39;
}
</style>
background-color css
<style>
a { background-color: #E4DD39; }
a { background-color: rgb(228,221,57); }
div.DivClassName
{
background-color: #E4DD39;
}
.BgClassName
{
background-color: #E4DD39;
}
</style>
border-color css
<style>
span { border-color: #E4DD39; }
span { border-color: rgb(228,221,57); }
td.TdClassName
{
border-color: #E4DD39;
}
.TagClassName
{
border-color: #E4DD39;
}
</style>