Shades of Starship #E4D53D
Tints of Starship #E4D53D
RGB
CMYK
RGB Variations
Color information
#E4D53D (or 0xE4D53D) is known color: Starship. HEX triplet: E4, D5 and 3D. RGB value is (228,213,61). Sum of RGB (Red+Green+Blue) = 228+213+61=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D53D is #1B2AC2. Grayscale: #C8C8C8. Windows color (decimal): -1780419 or 4052452. OLE color: 4052452.
HSL color Cylindrical-coordinate representation of color #E4D53D: hue angle of 54.61º 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 #E4D53D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 213 | 61 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.11 |
| HSL | 54.61º | 0.76% | 0.57% | - |
| HSV(B) | 54.61º | 0.73% | 0.89% | - |
| XYZ | 56.63 | 64.42 | 13.86 | - |
| YUV | 200.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 213 | 61 | 0 | 0.07 | 0.73 | 0.11 | 54.61 | 0.76 | 0.57 |
| Hex | E4 | D5 | 3D | 0 | 7 | 49 | B | 37 | 4C | 39 |
| Octal | 344 | 325 | 75 | 0 | 7 | 111 | 13 | 67 | 114 | 71 |
| Binary | 11100100 | 11010101 | 111101 | 0 | 111 | 1001001 | 1011 | 110111 | 1001100 | 111001 |
Color Harmonies of #E4D53D
Complementary color
Monochromatic Colors of #E4D53D
Black with #E4D53D
Text Example
Text Example
White with #E4D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D53D; }
p { color: rgb(228,213,61); }
H1.HeaderClassName
{
color: #E4D53D;
}
.AnyTagClassName
{
color: #E4D53D;
}
</style>
background-color css
<style>
a { background-color: #E4D53D; }
a { background-color: rgb(228,213,61); }
div.DivClassName
{
background-color: #E4D53D;
}
.BgClassName
{
background-color: #E4D53D;
}
</style>
border-color css
<style>
span { border-color: #E4D53D; }
span { border-color: rgb(228,213,61); }
td.TdClassName
{
border-color: #E4D53D;
}
.TagClassName
{
border-color: #E4D53D;
}
</style>