Shades of Starship #ECDF40
Tints of Starship #ECDF40
RGB
CMYK
RGB Variations
Color information
#ECDF40 (or 0xECDF40) is known color: Starship. HEX triplet: EC, DF and 40. RGB value is (236,223,64). Sum of RGB (Red+Green+Blue) = 236+223+64=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF40 is #1320BF. Grayscale: #D1D1D1. Windows color (decimal): -1253568 or 4251628. OLE color: 4251628.
HSL color Cylindrical-coordinate representation of color #ECDF40: hue angle of 55.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECDF40 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 64 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 55.47º | 0.82% | 0.59% | - |
| HSV(B) | 55.47º | 0.73% | 0.93% | - |
| XYZ | 61.91 | 70.98 | 15.29 | - |
| YUV | 208.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 64 | 0 | 0.06 | 0.73 | 0.07 | 55.47 | 0.82 | 0.59 |
| Hex | EC | DF | 40 | 0 | 6 | 49 | 7 | 37 | 52 | 3B |
| Octal | 354 | 337 | 100 | 0 | 6 | 111 | 7 | 67 | 122 | 73 |
| Binary | 11101100 | 11011111 | 1000000 | 0 | 110 | 1001001 | 111 | 110111 | 1010010 | 111011 |
Color Harmonies of #ECDF40
Complementary color
Monochromatic Colors of #ECDF40
Black with #ECDF40
Text Example
Text Example
White with #ECDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF40; }
p { color: rgb(236,223,64); }
H1.HeaderClassName
{
color: #ECDF40;
}
.AnyTagClassName
{
color: #ECDF40;
}
</style>
background-color css
<style>
a { background-color: #ECDF40; }
a { background-color: rgb(236,223,64); }
div.DivClassName
{
background-color: #ECDF40;
}
.BgClassName
{
background-color: #ECDF40;
}
</style>
border-color css
<style>
span { border-color: #ECDF40; }
span { border-color: rgb(236,223,64); }
td.TdClassName
{
border-color: #ECDF40;
}
.TagClassName
{
border-color: #ECDF40;
}
</style>