Shades of Starship #ECDB3D
Tints of Starship #ECDB3D
RGB
CMYK
RGB Variations
Color information
#ECDB3D (or 0xECDB3D) is known color: Starship. HEX triplet: EC, DB and 3D. RGB value is (236,219,61). Sum of RGB (Red+Green+Blue) = 236+219+61=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB3D is #1324C2. Grayscale: #CECECE. Windows color (decimal): -1254595 or 4053996. OLE color: 4053996.
HSL color Cylindrical-coordinate representation of color #ECDB3D: hue angle of 54.17º 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 #ECDB3D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 61 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.07 |
| HSL | 54.17º | 0.82% | 0.58% | - |
| HSV(B) | 54.17º | 0.74% | 0.93% | - |
| XYZ | 60.77 | 68.83 | 14.5 | - |
| YUV | 206.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 61 | 0 | 0.07 | 0.74 | 0.07 | 54.17 | 0.82 | 0.58 |
| Hex | EC | DB | 3D | 0 | 7 | 4A | 7 | 36 | 52 | 3A |
| Octal | 354 | 333 | 75 | 0 | 7 | 112 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011011 | 111101 | 0 | 111 | 1001010 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECDB3D
Complementary color
Monochromatic Colors of #ECDB3D
Black with #ECDB3D
Text Example
Text Example
White with #ECDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB3D; }
p { color: rgb(236,219,61); }
H1.HeaderClassName
{
color: #ECDB3D;
}
.AnyTagClassName
{
color: #ECDB3D;
}
</style>
background-color css
<style>
a { background-color: #ECDB3D; }
a { background-color: rgb(236,219,61); }
div.DivClassName
{
background-color: #ECDB3D;
}
.BgClassName
{
background-color: #ECDB3D;
}
</style>
border-color css
<style>
span { border-color: #ECDB3D; }
span { border-color: rgb(236,219,61); }
td.TdClassName
{
border-color: #ECDB3D;
}
.TagClassName
{
border-color: #ECDB3D;
}
</style>