Shades of Starship #ECDA3E
Tints of Starship #ECDA3E
RGB
CMYK
RGB Variations
Color information
#ECDA3E (or 0xECDA3E) is known color: Starship. HEX triplet: EC, DA and 3E. RGB value is (236,218,62). Sum of RGB (Red+Green+Blue) = 236+218+62=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA3E is #1325C1. Grayscale: #CECECE. Windows color (decimal): -1254850 or 4119276. OLE color: 4119276.
HSL color Cylindrical-coordinate representation of color #ECDA3E: hue angle of 53.79º 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 #ECDA3E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 62 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.79º | 0.82% | 0.58% | - |
| HSV(B) | 53.79º | 0.74% | 0.93% | - |
| XYZ | 60.53 | 68.32 | 14.55 | - |
| YUV | 205.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 62 | 0 | 0.08 | 0.74 | 0.07 | 53.79 | 0.82 | 0.58 |
| Hex | EC | DA | 3E | 0 | 8 | 4A | 7 | 36 | 52 | 3A |
| Octal | 354 | 332 | 76 | 0 | 10 | 112 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011010 | 111110 | 0 | 1000 | 1001010 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECDA3E
Complementary color
Monochromatic Colors of #ECDA3E
Black with #ECDA3E
Text Example
Text Example
White with #ECDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA3E; }
p { color: rgb(236,218,62); }
H1.HeaderClassName
{
color: #ECDA3E;
}
.AnyTagClassName
{
color: #ECDA3E;
}
</style>
background-color css
<style>
a { background-color: #ECDA3E; }
a { background-color: rgb(236,218,62); }
div.DivClassName
{
background-color: #ECDA3E;
}
.BgClassName
{
background-color: #ECDA3E;
}
</style>
border-color css
<style>
span { border-color: #ECDA3E; }
span { border-color: rgb(236,218,62); }
td.TdClassName
{
border-color: #ECDA3E;
}
.TagClassName
{
border-color: #ECDA3E;
}
</style>