Shades of Starship #E3D541
Tints of Starship #E3D541
RGB
CMYK
RGB Variations
Color information
#E3D541 (or 0xE3D541) is known color: Starship. HEX triplet: E3, D5 and 41. RGB value is (227,213,65). Sum of RGB (Red+Green+Blue) = 227+213+65=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D541 is #1C2ABE. Grayscale: #C8C8C8. Windows color (decimal): -1845951 or 4314595. OLE color: 4314595.
HSL color Cylindrical-coordinate representation of color #E3D541: hue angle of 54.81º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E3D541 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 65 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.11 |
| HSL | 54.81º | 0.74% | 0.57% | - |
| HSV(B) | 54.81º | 0.71% | 0.89% | - |
| XYZ | 56.43 | 64.3 | 14.44 | - |
| YUV | 200.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 65 | 0 | 0.06 | 0.71 | 0.11 | 54.81 | 0.74 | 0.57 |
| Hex | E3 | D5 | 41 | 0 | 6 | 47 | B | 37 | 4A | 39 |
| Octal | 343 | 325 | 101 | 0 | 6 | 107 | 13 | 67 | 112 | 71 |
| Binary | 11100011 | 11010101 | 1000001 | 0 | 110 | 1000111 | 1011 | 110111 | 1001010 | 111001 |
Color Harmonies of #E3D541
Complementary color
Monochromatic Colors of #E3D541
Black with #E3D541
Text Example
Text Example
White with #E3D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D541; }
p { color: rgb(227,213,65); }
H1.HeaderClassName
{
color: #E3D541;
}
.AnyTagClassName
{
color: #E3D541;
}
</style>
background-color css
<style>
a { background-color: #E3D541; }
a { background-color: rgb(227,213,65); }
div.DivClassName
{
background-color: #E3D541;
}
.BgClassName
{
background-color: #E3D541;
}
</style>
border-color css
<style>
span { border-color: #E3D541; }
span { border-color: rgb(227,213,65); }
td.TdClassName
{
border-color: #E3D541;
}
.TagClassName
{
border-color: #E3D541;
}
</style>