Shades of Starship #E3D434
Tints of Starship #E3D434
RGB
CMYK
RGB Variations
Color information
#E3D434 (or 0xE3D434) is known color: Starship. HEX triplet: E3, D4 and 34. RGB value is (227,212,52). Sum of RGB (Red+Green+Blue) = 227+212+52=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D434 is #1C2BCB. Grayscale: #C6C6C6. Windows color (decimal): -1846220 or 3462371. OLE color: 3462371.
HSL color Cylindrical-coordinate representation of color #E3D434: hue angle of 54.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E3D434 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 52 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.11 |
| HSL | 54.86º | 0.76% | 0.55% | - |
| HSV(B) | 54.86º | 0.77% | 0.89% | - |
| XYZ | 55.84 | 63.67 | 12.59 | - |
| YUV | 198.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 52 | 0 | 0.07 | 0.77 | 0.11 | 54.86 | 0.76 | 0.55 |
| Hex | E3 | D4 | 34 | 0 | 7 | 4D | B | 37 | 4C | 37 |
| Octal | 343 | 324 | 64 | 0 | 7 | 115 | 13 | 67 | 114 | 67 |
| Binary | 11100011 | 11010100 | 110100 | 0 | 111 | 1001101 | 1011 | 110111 | 1001100 | 110111 |
Color Harmonies of #E3D434
Complementary color
Monochromatic Colors of #E3D434
Black with #E3D434
Text Example
Text Example
White with #E3D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D434; }
p { color: rgb(227,212,52); }
H1.HeaderClassName
{
color: #E3D434;
}
.AnyTagClassName
{
color: #E3D434;
}
</style>
background-color css
<style>
a { background-color: #E3D434; }
a { background-color: rgb(227,212,52); }
div.DivClassName
{
background-color: #E3D434;
}
.BgClassName
{
background-color: #E3D434;
}
</style>
border-color css
<style>
span { border-color: #E3D434; }
span { border-color: rgb(227,212,52); }
td.TdClassName
{
border-color: #E3D434;
}
.TagClassName
{
border-color: #E3D434;
}
</style>