Shades of Starship #ECDD3E
Tints of Starship #ECDD3E
RGB
CMYK
RGB Variations
Color information
#ECDD3E (or 0xECDD3E) is known color: Starship. HEX triplet: EC, DD and 3E. RGB value is (236,221,62). Sum of RGB (Red+Green+Blue) = 236+221+62=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3E is #1322C1. Grayscale: #D0D0D0. Windows color (decimal): -1254082 or 4120044. OLE color: 4120044.
HSL color Cylindrical-coordinate representation of color #ECDD3E: hue angle of 54.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECDD3E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 62 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.07 |
| HSL | 54.83º | 0.82% | 0.58% | - |
| HSV(B) | 54.83º | 0.74% | 0.93% | - |
| XYZ | 61.32 | 69.89 | 14.82 | - |
| YUV | 207.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 62 | 0 | 0.06 | 0.74 | 0.07 | 54.83 | 0.82 | 0.58 |
| Hex | EC | DD | 3E | 0 | 6 | 4A | 7 | 37 | 52 | 3A |
| Octal | 354 | 335 | 76 | 0 | 6 | 112 | 7 | 67 | 122 | 72 |
| Binary | 11101100 | 11011101 | 111110 | 0 | 110 | 1001010 | 111 | 110111 | 1010010 | 111010 |
Color Harmonies of #ECDD3E
Complementary color
Monochromatic Colors of #ECDD3E
Black with #ECDD3E
Text Example
Text Example
White with #ECDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD3E; }
p { color: rgb(236,221,62); }
H1.HeaderClassName
{
color: #ECDD3E;
}
.AnyTagClassName
{
color: #ECDD3E;
}
</style>
background-color css
<style>
a { background-color: #ECDD3E; }
a { background-color: rgb(236,221,62); }
div.DivClassName
{
background-color: #ECDD3E;
}
.BgClassName
{
background-color: #ECDD3E;
}
</style>
border-color css
<style>
span { border-color: #ECDD3E; }
span { border-color: rgb(236,221,62); }
td.TdClassName
{
border-color: #ECDD3E;
}
.TagClassName
{
border-color: #ECDD3E;
}
</style>