Shades of Starship #ECDF3B
Tints of Starship #ECDF3B
RGB
CMYK
RGB Variations
Color information
#ECDF3B (or 0xECDF3B) is known color: Starship. HEX triplet: EC, DF and 3B. RGB value is (236,223,59). Sum of RGB (Red+Green+Blue) = 236+223+59=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 59 (23.44% from 255 or 11.39% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF3B is #1320C4. Grayscale: #D0D0D0. Windows color (decimal): -1253573 or 3923948. OLE color: 3923948.
HSL color Cylindrical-coordinate representation of color #ECDF3B: hue angle of 55.59º 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 #ECDF3B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 59 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.07 |
| HSL | 55.59º | 0.82% | 0.58% | - |
| HSV(B) | 55.59º | 0.75% | 0.93% | - |
| XYZ | 61.77 | 70.92 | 14.57 | - |
| YUV | 208.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 59 | 0 | 0.06 | 0.75 | 0.07 | 55.59 | 0.82 | 0.58 |
| Hex | EC | DF | 3B | 0 | 6 | 4B | 7 | 38 | 52 | 3A |
| Octal | 354 | 337 | 73 | 0 | 6 | 113 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11011111 | 111011 | 0 | 110 | 1001011 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECDF3B
Complementary color
Monochromatic Colors of #ECDF3B
Black with #ECDF3B
Text Example
Text Example
White with #ECDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF3B; }
p { color: rgb(236,223,59); }
H1.HeaderClassName
{
color: #ECDF3B;
}
.AnyTagClassName
{
color: #ECDF3B;
}
</style>
background-color css
<style>
a { background-color: #ECDF3B; }
a { background-color: rgb(236,223,59); }
div.DivClassName
{
background-color: #ECDF3B;
}
.BgClassName
{
background-color: #ECDF3B;
}
</style>
border-color css
<style>
span { border-color: #ECDF3B; }
span { border-color: rgb(236,223,59); }
td.TdClassName
{
border-color: #ECDF3B;
}
.TagClassName
{
border-color: #ECDF3B;
}
</style>