Shades of Starship #E4D43D
Tints of Starship #E4D43D
RGB
CMYK
RGB Variations
Color information
#E4D43D (or 0xE4D43D) is known color: Starship. HEX triplet: E4, D4 and 3D. RGB value is (228,212,61). Sum of RGB (Red+Green+Blue) = 228+212+61=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D43D is #1B2BC2. Grayscale: #C8C8C8. Windows color (decimal): -1780675 or 4052196. OLE color: 4052196.
HSL color Cylindrical-coordinate representation of color #E4D43D: hue angle of 54.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4D43D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 61 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.11 |
| HSL | 54.25º | 0.76% | 0.57% | - |
| HSV(B) | 54.25º | 0.73% | 0.89% | - |
| XYZ | 56.38 | 63.92 | 13.78 | - |
| YUV | 199.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 61 | 0 | 0.07 | 0.73 | 0.11 | 54.25 | 0.76 | 0.57 |
| Hex | E4 | D4 | 3D | 0 | 7 | 49 | B | 36 | 4C | 39 |
| Octal | 344 | 324 | 75 | 0 | 7 | 111 | 13 | 66 | 114 | 71 |
| Binary | 11100100 | 11010100 | 111101 | 0 | 111 | 1001001 | 1011 | 110110 | 1001100 | 111001 |
Color Harmonies of #E4D43D
Complementary color
Monochromatic Colors of #E4D43D
Black with #E4D43D
Text Example
Text Example
White with #E4D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D43D; }
p { color: rgb(228,212,61); }
H1.HeaderClassName
{
color: #E4D43D;
}
.AnyTagClassName
{
color: #E4D43D;
}
</style>
background-color css
<style>
a { background-color: #E4D43D; }
a { background-color: rgb(228,212,61); }
div.DivClassName
{
background-color: #E4D43D;
}
.BgClassName
{
background-color: #E4D43D;
}
</style>
border-color css
<style>
span { border-color: #E4D43D; }
span { border-color: rgb(228,212,61); }
td.TdClassName
{
border-color: #E4D43D;
}
.TagClassName
{
border-color: #E4D43D;
}
</style>