Shades of Starship #ECDD3D
Tints of Starship #ECDD3D
RGB
CMYK
RGB Variations
Color information
#ECDD3D (or 0xECDD3D) is known color: Starship. HEX triplet: EC, DD and 3D. RGB value is (236,221,61). Sum of RGB (Red+Green+Blue) = 236+221+61=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3D is #1322C2. Grayscale: #CFCFCF. Windows color (decimal): -1254083 or 4054508. OLE color: 4054508.
HSL color Cylindrical-coordinate representation of color #ECDD3D: hue angle of 54.86º 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 #ECDD3D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 61 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.07 |
| HSL | 54.86º | 0.82% | 0.58% | - |
| HSV(B) | 54.86º | 0.74% | 0.93% | - |
| XYZ | 61.29 | 69.88 | 14.67 | - |
| YUV | 207.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 61 | 0 | 0.06 | 0.74 | 0.07 | 54.86 | 0.82 | 0.58 |
| Hex | EC | DD | 3D | 0 | 6 | 4A | 7 | 37 | 52 | 3A |
| Octal | 354 | 335 | 75 | 0 | 6 | 112 | 7 | 67 | 122 | 72 |
| Binary | 11101100 | 11011101 | 111101 | 0 | 110 | 1001010 | 111 | 110111 | 1010010 | 111010 |
Color Harmonies of #ECDD3D
Complementary color
Monochromatic Colors of #ECDD3D
Black with #ECDD3D
Text Example
Text Example
White with #ECDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD3D; }
p { color: rgb(236,221,61); }
H1.HeaderClassName
{
color: #ECDD3D;
}
.AnyTagClassName
{
color: #ECDD3D;
}
</style>
background-color css
<style>
a { background-color: #ECDD3D; }
a { background-color: rgb(236,221,61); }
div.DivClassName
{
background-color: #ECDD3D;
}
.BgClassName
{
background-color: #ECDD3D;
}
</style>
border-color css
<style>
span { border-color: #ECDD3D; }
span { border-color: rgb(236,221,61); }
td.TdClassName
{
border-color: #ECDD3D;
}
.TagClassName
{
border-color: #ECDD3D;
}
</style>