Shades of Starship #E6D33B
Tints of Starship #E6D33B
RGB
CMYK
RGB Variations
Color information
#E6D33B (or 0xE6D33B) is known color: Starship. HEX triplet: E6, D3 and 3B. RGB value is (230,211,59). Sum of RGB (Red+Green+Blue) = 230+211+59=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D33B is #192CC4. Grayscale: #C7C7C7. Windows color (decimal): -1649861 or 3920870. OLE color: 3920870.
HSL color Cylindrical-coordinate representation of color #E6D33B: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6D33B is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 59 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.10 |
| HSL | 53.33º | 0.77% | 0.57% | - |
| HSV(B) | 53.33º | 0.74% | 0.9% | - |
| XYZ | 56.72 | 63.73 | 13.45 | - |
| YUV | 199.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 59 | 0 | 0.08 | 0.74 | 0.10 | 53.33 | 0.77 | 0.57 |
| Hex | E6 | D3 | 3B | 0 | 8 | 4A | A | 35 | 4D | 39 |
| Octal | 346 | 323 | 73 | 0 | 10 | 112 | 12 | 65 | 115 | 71 |
| Binary | 11100110 | 11010011 | 111011 | 0 | 1000 | 1001010 | 1010 | 110101 | 1001101 | 111001 |
Color Harmonies of #E6D33B
Complementary color
Monochromatic Colors of #E6D33B
Black with #E6D33B
Text Example
Text Example
White with #E6D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D33B; }
p { color: rgb(230,211,59); }
H1.HeaderClassName
{
color: #E6D33B;
}
.AnyTagClassName
{
color: #E6D33B;
}
</style>
background-color css
<style>
a { background-color: #E6D33B; }
a { background-color: rgb(230,211,59); }
div.DivClassName
{
background-color: #E6D33B;
}
.BgClassName
{
background-color: #E6D33B;
}
</style>
border-color css
<style>
span { border-color: #E6D33B; }
span { border-color: rgb(230,211,59); }
td.TdClassName
{
border-color: #E6D33B;
}
.TagClassName
{
border-color: #E6D33B;
}
</style>