Shades of Starship #ECE33C
Tints of Starship #ECE33C
RGB
CMYK
RGB Variations
Color information
#ECE33C (or 0xECE33C) is known color: Starship. HEX triplet: EC, E3 and 3C. RGB value is (236,227,60). Sum of RGB (Red+Green+Blue) = 236+227+60=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE33C is #131CC3. Grayscale: #D3D3D3. Windows color (decimal): -1252548 or 3990508. OLE color: 3990508.
HSL color Cylindrical-coordinate representation of color #ECE33C: hue angle of 56.93º 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 #ECE33C is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 60 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.07 |
| HSL | 56.93º | 0.82% | 0.58% | - |
| HSV(B) | 56.93º | 0.75% | 0.93% | - |
| XYZ | 62.88 | 73.1 | 15.07 | - |
| YUV | 210.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 60 | 0 | 0.04 | 0.75 | 0.07 | 56.93 | 0.82 | 0.58 |
| Hex | EC | E3 | 3C | 0 | 4 | 4B | 7 | 39 | 52 | 3A |
| Octal | 354 | 343 | 74 | 0 | 4 | 113 | 7 | 71 | 122 | 72 |
| Binary | 11101100 | 11100011 | 111100 | 0 | 100 | 1001011 | 111 | 111001 | 1010010 | 111010 |
Color Harmonies of #ECE33C
Complementary color
Monochromatic Colors of #ECE33C
Black with #ECE33C
Text Example
Text Example
White with #ECE33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE33C; }
p { color: rgb(236,227,60); }
H1.HeaderClassName
{
color: #ECE33C;
}
.AnyTagClassName
{
color: #ECE33C;
}
</style>
background-color css
<style>
a { background-color: #ECE33C; }
a { background-color: rgb(236,227,60); }
div.DivClassName
{
background-color: #ECE33C;
}
.BgClassName
{
background-color: #ECE33C;
}
</style>
border-color css
<style>
span { border-color: #ECE33C; }
span { border-color: rgb(236,227,60); }
td.TdClassName
{
border-color: #ECE33C;
}
.TagClassName
{
border-color: #ECE33C;
}
</style>