Shades of Starship #E3D33D
Tints of Starship #E3D33D
RGB
CMYK
RGB Variations
Color information
#E3D33D (or 0xE3D33D) is known color: Starship. HEX triplet: E3, D3 and 3D. RGB value is (227,211,61). Sum of RGB (Red+Green+Blue) = 227+211+61=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D33D is #1C2CC2. Grayscale: #C7C7C7. Windows color (decimal): -1846467 or 4051939. OLE color: 4051939.
HSL color Cylindrical-coordinate representation of color #E3D33D: hue angle of 54.22º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3D33D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 61 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.11 |
| HSL | 54.22º | 0.75% | 0.56% | - |
| HSV(B) | 54.22º | 0.73% | 0.89% | - |
| XYZ | 55.82 | 63.26 | 13.68 | - |
| YUV | 198.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 61 | 0 | 0.07 | 0.73 | 0.11 | 54.22 | 0.75 | 0.56 |
| Hex | E3 | D3 | 3D | 0 | 7 | 49 | B | 36 | 4B | 38 |
| Octal | 343 | 323 | 75 | 0 | 7 | 111 | 13 | 66 | 113 | 70 |
| Binary | 11100011 | 11010011 | 111101 | 0 | 111 | 1001001 | 1011 | 110110 | 1001011 | 111000 |
Color Harmonies of #E3D33D
Complementary color
Monochromatic Colors of #E3D33D
Black with #E3D33D
Text Example
Text Example
White with #E3D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D33D; }
p { color: rgb(227,211,61); }
H1.HeaderClassName
{
color: #E3D33D;
}
.AnyTagClassName
{
color: #E3D33D;
}
</style>
background-color css
<style>
a { background-color: #E3D33D; }
a { background-color: rgb(227,211,61); }
div.DivClassName
{
background-color: #E3D33D;
}
.BgClassName
{
background-color: #E3D33D;
}
</style>
border-color css
<style>
span { border-color: #E3D33D; }
span { border-color: rgb(227,211,61); }
td.TdClassName
{
border-color: #E3D33D;
}
.TagClassName
{
border-color: #E3D33D;
}
</style>