Shades of Starship #E6DD34
Tints of Starship #E6DD34
RGB
CMYK
RGB Variations
Color information
#E6DD34 (or 0xE6DD34) is known color: Starship. HEX triplet: E6, DD and 34. RGB value is (230,221,52). Sum of RGB (Red+Green+Blue) = 230+221+52=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD34 is #1922CB. Grayscale: #CDCDCD. Windows color (decimal): -1647308 or 3464678. OLE color: 3464678.
HSL color Cylindrical-coordinate representation of color #E6DD34: hue angle of 56.97º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6DD34 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 52 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.10 |
| HSL | 56.97º | 0.78% | 0.55% | - |
| HSV(B) | 56.97º | 0.77% | 0.9% | - |
| XYZ | 59.11 | 68.78 | 13.41 | - |
| YUV | 204.43 | 41.98 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 52 | 0 | 0.04 | 0.77 | 0.10 | 56.97 | 0.78 | 0.55 |
| Hex | E6 | DD | 34 | 0 | 4 | 4D | A | 39 | 4E | 37 |
| Octal | 346 | 335 | 64 | 0 | 4 | 115 | 12 | 71 | 116 | 67 |
| Binary | 11100110 | 11011101 | 110100 | 0 | 100 | 1001101 | 1010 | 111001 | 1001110 | 110111 |
Color Harmonies of #E6DD34
Complementary color
Monochromatic Colors of #E6DD34
Black with #E6DD34
Text Example
Text Example
White with #E6DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD34; }
p { color: rgb(230,221,52); }
H1.HeaderClassName
{
color: #E6DD34;
}
.AnyTagClassName
{
color: #E6DD34;
}
</style>
background-color css
<style>
a { background-color: #E6DD34; }
a { background-color: rgb(230,221,52); }
div.DivClassName
{
background-color: #E6DD34;
}
.BgClassName
{
background-color: #E6DD34;
}
</style>
border-color css
<style>
span { border-color: #E6DD34; }
span { border-color: rgb(230,221,52); }
td.TdClassName
{
border-color: #E6DD34;
}
.TagClassName
{
border-color: #E6DD34;
}
</style>