Shades of Starship #ECDD3B
Tints of Starship #ECDD3B
RGB
CMYK
RGB Variations
Color information
#ECDD3B (or 0xECDD3B) is known color: Starship. HEX triplet: EC, DD and 3B. RGB value is (236,221,59). Sum of RGB (Red+Green+Blue) = 236+221+59=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3B is #1322C4. Grayscale: #CFCFCF. Windows color (decimal): -1254085 or 3923436. OLE color: 3923436.
HSL color Cylindrical-coordinate representation of color #ECDD3B: hue angle of 54.92º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECDD3B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 59 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.07 |
| HSL | 54.92º | 0.82% | 0.58% | - |
| HSV(B) | 54.92º | 0.75% | 0.93% | - |
| XYZ | 61.24 | 69.86 | 14.39 | - |
| YUV | 207.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 59 | 0 | 0.06 | 0.75 | 0.07 | 54.92 | 0.82 | 0.58 |
| Hex | EC | DD | 3B | 0 | 6 | 4B | 7 | 37 | 52 | 3A |
| Octal | 354 | 335 | 73 | 0 | 6 | 113 | 7 | 67 | 122 | 72 |
| Binary | 11101100 | 11011101 | 111011 | 0 | 110 | 1001011 | 111 | 110111 | 1010010 | 111010 |
Color Harmonies of #ECDD3B
Complementary color
Monochromatic Colors of #ECDD3B
Black with #ECDD3B
Text Example
Text Example
White with #ECDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD3B; }
p { color: rgb(236,221,59); }
H1.HeaderClassName
{
color: #ECDD3B;
}
.AnyTagClassName
{
color: #ECDD3B;
}
</style>
background-color css
<style>
a { background-color: #ECDD3B; }
a { background-color: rgb(236,221,59); }
div.DivClassName
{
background-color: #ECDD3B;
}
.BgClassName
{
background-color: #ECDD3B;
}
</style>
border-color css
<style>
span { border-color: #ECDD3B; }
span { border-color: rgb(236,221,59); }
td.TdClassName
{
border-color: #ECDD3B;
}
.TagClassName
{
border-color: #ECDD3B;
}
</style>