Shades of Starship #ECDF3C
Tints of Starship #ECDF3C
RGB
CMYK
RGB Variations
Color information
#ECDF3C (or 0xECDF3C) is known color: Starship. HEX triplet: EC, DF and 3C. RGB value is (236,223,60). Sum of RGB (Red+Green+Blue) = 236+223+60=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF3C is #1320C3. Grayscale: #D0D0D0. Windows color (decimal): -1253572 or 3989484. OLE color: 3989484.
HSL color Cylindrical-coordinate representation of color #ECDF3C: hue angle of 55.57º 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 #ECDF3C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 60 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.07 |
| HSL | 55.57º | 0.82% | 0.58% | - |
| HSV(B) | 55.57º | 0.75% | 0.93% | - |
| XYZ | 61.8 | 70.93 | 14.71 | - |
| YUV | 208.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 60 | 0 | 0.06 | 0.75 | 0.07 | 55.57 | 0.82 | 0.58 |
| Hex | EC | DF | 3C | 0 | 6 | 4B | 7 | 38 | 52 | 3A |
| Octal | 354 | 337 | 74 | 0 | 6 | 113 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11011111 | 111100 | 0 | 110 | 1001011 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECDF3C
Complementary color
Monochromatic Colors of #ECDF3C
Black with #ECDF3C
Text Example
Text Example
White with #ECDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF3C; }
p { color: rgb(236,223,60); }
H1.HeaderClassName
{
color: #ECDF3C;
}
.AnyTagClassName
{
color: #ECDF3C;
}
</style>
background-color css
<style>
a { background-color: #ECDF3C; }
a { background-color: rgb(236,223,60); }
div.DivClassName
{
background-color: #ECDF3C;
}
.BgClassName
{
background-color: #ECDF3C;
}
</style>
border-color css
<style>
span { border-color: #ECDF3C; }
span { border-color: rgb(236,223,60); }
td.TdClassName
{
border-color: #ECDF3C;
}
.TagClassName
{
border-color: #ECDF3C;
}
</style>