Shades of Starship #ECE73B
Tints of Starship #ECE73B
RGB
CMYK
RGB Variations
Color information
#ECE73B (or 0xECE73B) is known color: Starship. HEX triplet: EC, E7 and 3B. RGB value is (236,231,59). Sum of RGB (Red+Green+Blue) = 236+231+59=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE73B is #1318C4. Grayscale: #D5D5D5. Windows color (decimal): -1251525 or 3925996. OLE color: 3925996.
HSL color Cylindrical-coordinate representation of color #ECE73B: hue angle of 58.31º 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 #ECE73B is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 59 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.07 |
| HSL | 58.31º | 0.82% | 0.58% | - |
| HSV(B) | 58.31º | 0.75% | 0.93% | - |
| XYZ | 63.96 | 75.3 | 15.3 | - |
| YUV | 212.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 59 | 0 | 0.02 | 0.75 | 0.07 | 58.31 | 0.82 | 0.58 |
| Hex | EC | E7 | 3B | 0 | 2 | 4B | 7 | 3A | 52 | 3A |
| Octal | 354 | 347 | 73 | 0 | 2 | 113 | 7 | 72 | 122 | 72 |
| Binary | 11101100 | 11100111 | 111011 | 0 | 10 | 1001011 | 111 | 111010 | 1010010 | 111010 |
Color Harmonies of #ECE73B
Complementary color
Monochromatic Colors of #ECE73B
Black with #ECE73B
Text Example
Text Example
White with #ECE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE73B; }
p { color: rgb(236,231,59); }
H1.HeaderClassName
{
color: #ECE73B;
}
.AnyTagClassName
{
color: #ECE73B;
}
</style>
background-color css
<style>
a { background-color: #ECE73B; }
a { background-color: rgb(236,231,59); }
div.DivClassName
{
background-color: #ECE73B;
}
.BgClassName
{
background-color: #ECE73B;
}
</style>
border-color css
<style>
span { border-color: #ECE73B; }
span { border-color: rgb(236,231,59); }
td.TdClassName
{
border-color: #ECE73B;
}
.TagClassName
{
border-color: #ECE73B;
}
</style>