Shades of Starship #ECDF3D
Tints of Starship #ECDF3D
RGB
CMYK
RGB Variations
Color information
#ECDF3D (or 0xECDF3D) is known color: Starship. HEX triplet: EC, DF and 3D. RGB value is (236,223,61). Sum of RGB (Red+Green+Blue) = 236+223+61=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF3D is #1320C2. Grayscale: #D1D1D1. Windows color (decimal): -1253571 or 4055020. OLE color: 4055020.
HSL color Cylindrical-coordinate representation of color #ECDF3D: hue angle of 55.54º 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 #ECDF3D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 61 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.07 |
| HSL | 55.54º | 0.82% | 0.58% | - |
| HSV(B) | 55.54º | 0.74% | 0.93% | - |
| XYZ | 61.82 | 70.95 | 14.85 | - |
| YUV | 208.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 61 | 0 | 0.06 | 0.74 | 0.07 | 55.54 | 0.82 | 0.58 |
| Hex | EC | DF | 3D | 0 | 6 | 4A | 7 | 38 | 52 | 3A |
| Octal | 354 | 337 | 75 | 0 | 6 | 112 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11011111 | 111101 | 0 | 110 | 1001010 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECDF3D
Complementary color
Monochromatic Colors of #ECDF3D
Black with #ECDF3D
Text Example
Text Example
White with #ECDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF3D; }
p { color: rgb(236,223,61); }
H1.HeaderClassName
{
color: #ECDF3D;
}
.AnyTagClassName
{
color: #ECDF3D;
}
</style>
background-color css
<style>
a { background-color: #ECDF3D; }
a { background-color: rgb(236,223,61); }
div.DivClassName
{
background-color: #ECDF3D;
}
.BgClassName
{
background-color: #ECDF3D;
}
</style>
border-color css
<style>
span { border-color: #ECDF3D; }
span { border-color: rgb(236,223,61); }
td.TdClassName
{
border-color: #ECDF3D;
}
.TagClassName
{
border-color: #ECDF3D;
}
</style>