Shades of Starship #ECDA44
Tints of Starship #ECDA44
RGB
CMYK
RGB Variations
Color information
#ECDA44 (or 0xECDA44) is known color: Starship. HEX triplet: EC, DA and 44. RGB value is (236,218,68). Sum of RGB (Red+Green+Blue) = 236+218+68=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA44 is #1325BB. Grayscale: #CECECE. Windows color (decimal): -1254844 or 4512492. OLE color: 4512492.
HSL color Cylindrical-coordinate representation of color #ECDA44: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECDA44 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 68 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.07 |
| HSL | 53.57º | 0.82% | 0.6% | - |
| HSV(B) | 53.57º | 0.71% | 0.93% | - |
| XYZ | 60.71 | 68.39 | 15.47 | - |
| YUV | 206.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 68 | 0 | 0.08 | 0.71 | 0.07 | 53.57 | 0.82 | 0.6 |
| Hex | EC | DA | 44 | 0 | 8 | 47 | 7 | 36 | 52 | 3C |
| Octal | 354 | 332 | 104 | 0 | 10 | 107 | 7 | 66 | 122 | 74 |
| Binary | 11101100 | 11011010 | 1000100 | 0 | 1000 | 1000111 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #ECDA44
Complementary color
Monochromatic Colors of #ECDA44
Black with #ECDA44
Text Example
Text Example
White with #ECDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA44; }
p { color: rgb(236,218,68); }
H1.HeaderClassName
{
color: #ECDA44;
}
.AnyTagClassName
{
color: #ECDA44;
}
</style>
background-color css
<style>
a { background-color: #ECDA44; }
a { background-color: rgb(236,218,68); }
div.DivClassName
{
background-color: #ECDA44;
}
.BgClassName
{
background-color: #ECDA44;
}
</style>
border-color css
<style>
span { border-color: #ECDA44; }
span { border-color: rgb(236,218,68); }
td.TdClassName
{
border-color: #ECDA44;
}
.TagClassName
{
border-color: #ECDA44;
}
</style>