Shades of Starship #ECDE3C
Tints of Starship #ECDE3C
RGB
CMYK
RGB Variations
Color information
#ECDE3C (or 0xECDE3C) is known color: Starship. HEX triplet: EC, DE and 3C. RGB value is (236,222,60). Sum of RGB (Red+Green+Blue) = 236+222+60=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE3C is #1321C3. Grayscale: #D0D0D0. Windows color (decimal): -1253828 or 3989228. OLE color: 3989228.
HSL color Cylindrical-coordinate representation of color #ECDE3C: hue angle of 55.23º 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 #ECDE3C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 60 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.07 |
| HSL | 55.23º | 0.82% | 0.58% | - |
| HSV(B) | 55.23º | 0.75% | 0.93% | - |
| XYZ | 61.53 | 70.4 | 14.62 | - |
| YUV | 207.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 60 | 0 | 0.06 | 0.75 | 0.07 | 55.23 | 0.82 | 0.58 |
| Hex | EC | DE | 3C | 0 | 6 | 4B | 7 | 37 | 52 | 3A |
| Octal | 354 | 336 | 74 | 0 | 6 | 113 | 7 | 67 | 122 | 72 |
| Binary | 11101100 | 11011110 | 111100 | 0 | 110 | 1001011 | 111 | 110111 | 1010010 | 111010 |
Color Harmonies of #ECDE3C
Complementary color
Monochromatic Colors of #ECDE3C
Black with #ECDE3C
Text Example
Text Example
White with #ECDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE3C; }
p { color: rgb(236,222,60); }
H1.HeaderClassName
{
color: #ECDE3C;
}
.AnyTagClassName
{
color: #ECDE3C;
}
</style>
background-color css
<style>
a { background-color: #ECDE3C; }
a { background-color: rgb(236,222,60); }
div.DivClassName
{
background-color: #ECDE3C;
}
.BgClassName
{
background-color: #ECDE3C;
}
</style>
border-color css
<style>
span { border-color: #ECDE3C; }
span { border-color: rgb(236,222,60); }
td.TdClassName
{
border-color: #ECDE3C;
}
.TagClassName
{
border-color: #ECDE3C;
}
</style>