Shades of Starship #ECE83B
Tints of Starship #ECE83B
RGB
CMYK
RGB Variations
Color information
#ECE83B (or 0xECE83B) is known color: Starship. HEX triplet: EC, E8 and 3B. RGB value is (236,232,59). Sum of RGB (Red+Green+Blue) = 236+232+59=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE83B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE83B is #1317C4. Grayscale: #D6D6D6. Windows color (decimal): -1251269 or 3926252. OLE color: 3926252.
HSL color Cylindrical-coordinate representation of color #ECE83B: hue angle of 58.64º 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 #ECE83B is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 59 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.07 |
| HSL | 58.64º | 0.82% | 0.58% | - |
| HSV(B) | 58.64º | 0.75% | 0.93% | - |
| XYZ | 64.24 | 75.86 | 15.39 | - |
| YUV | 213.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 59 | 0 | 0.02 | 0.75 | 0.07 | 58.64 | 0.82 | 0.58 |
| Hex | EC | E8 | 3B | 0 | 2 | 4B | 7 | 3B | 52 | 3A |
| Octal | 354 | 350 | 73 | 0 | 2 | 113 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101000 | 111011 | 0 | 10 | 1001011 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECE83B
Complementary color
Monochromatic Colors of #ECE83B
Black with #ECE83B
Text Example
Text Example
White with #ECE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE83B; }
p { color: rgb(236,232,59); }
H1.HeaderClassName
{
color: #ECE83B;
}
.AnyTagClassName
{
color: #ECE83B;
}
</style>
background-color css
<style>
a { background-color: #ECE83B; }
a { background-color: rgb(236,232,59); }
div.DivClassName
{
background-color: #ECE83B;
}
.BgClassName
{
background-color: #ECE83B;
}
</style>
border-color css
<style>
span { border-color: #ECE83B; }
span { border-color: rgb(236,232,59); }
td.TdClassName
{
border-color: #ECE83B;
}
.TagClassName
{
border-color: #ECE83B;
}
</style>