Shades of Starship #ECE83F
Tints of Starship #ECE83F
RGB
CMYK
RGB Variations
Color information
#ECE83F (or 0xECE83F) is known color: Starship. HEX triplet: EC, E8 and 3F. RGB value is (236,232,63). Sum of RGB (Red+Green+Blue) = 236+232+63=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE83F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE83F is #1317C0. Grayscale: #D6D6D6. Windows color (decimal): -1251265 or 4188396. OLE color: 4188396.
HSL color Cylindrical-coordinate representation of color #ECE83F: hue angle of 58.61º 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 #ECE83F is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 63 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.07 |
| HSL | 58.61º | 0.82% | 0.59% | - |
| HSV(B) | 58.61º | 0.73% | 0.93% | - |
| XYZ | 64.35 | 75.9 | 15.96 | - |
| YUV | 213.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 63 | 0 | 0.02 | 0.73 | 0.07 | 58.61 | 0.82 | 0.59 |
| Hex | EC | E8 | 3F | 0 | 2 | 49 | 7 | 3B | 52 | 3B |
| Octal | 354 | 350 | 77 | 0 | 2 | 111 | 7 | 73 | 122 | 73 |
| Binary | 11101100 | 11101000 | 111111 | 0 | 10 | 1001001 | 111 | 111011 | 1010010 | 111011 |
Color Harmonies of #ECE83F
Complementary color
Monochromatic Colors of #ECE83F
Black with #ECE83F
Text Example
Text Example
White with #ECE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE83F; }
p { color: rgb(236,232,63); }
H1.HeaderClassName
{
color: #ECE83F;
}
.AnyTagClassName
{
color: #ECE83F;
}
</style>
background-color css
<style>
a { background-color: #ECE83F; }
a { background-color: rgb(236,232,63); }
div.DivClassName
{
background-color: #ECE83F;
}
.BgClassName
{
background-color: #ECE83F;
}
</style>
border-color css
<style>
span { border-color: #ECE83F; }
span { border-color: rgb(236,232,63); }
td.TdClassName
{
border-color: #ECE83F;
}
.TagClassName
{
border-color: #ECE83F;
}
</style>