Shades of Starship #ECE33E
Tints of Starship #ECE33E
RGB
CMYK
RGB Variations
Color information
#ECE33E (or 0xECE33E) is known color: Starship. HEX triplet: EC, E3 and 3E. RGB value is (236,227,62). Sum of RGB (Red+Green+Blue) = 236+227+62=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE33E is #131CC1. Grayscale: #D3D3D3. Windows color (decimal): -1252546 or 4121580. OLE color: 4121580.
HSL color Cylindrical-coordinate representation of color #ECE33E: hue angle of 56.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECE33E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 62 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.07 |
| HSL | 56.9º | 0.82% | 0.58% | - |
| HSV(B) | 56.9º | 0.74% | 0.93% | - |
| XYZ | 62.93 | 73.12 | 15.35 | - |
| YUV | 210.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 62 | 0 | 0.04 | 0.74 | 0.07 | 56.9 | 0.82 | 0.58 |
| Hex | EC | E3 | 3E | 0 | 4 | 4A | 7 | 39 | 52 | 3A |
| Octal | 354 | 343 | 76 | 0 | 4 | 112 | 7 | 71 | 122 | 72 |
| Binary | 11101100 | 11100011 | 111110 | 0 | 100 | 1001010 | 111 | 111001 | 1010010 | 111010 |
Color Harmonies of #ECE33E
Complementary color
Monochromatic Colors of #ECE33E
Black with #ECE33E
Text Example
Text Example
White with #ECE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE33E; }
p { color: rgb(236,227,62); }
H1.HeaderClassName
{
color: #ECE33E;
}
.AnyTagClassName
{
color: #ECE33E;
}
</style>
background-color css
<style>
a { background-color: #ECE33E; }
a { background-color: rgb(236,227,62); }
div.DivClassName
{
background-color: #ECE33E;
}
.BgClassName
{
background-color: #ECE33E;
}
</style>
border-color css
<style>
span { border-color: #ECE33E; }
span { border-color: rgb(236,227,62); }
td.TdClassName
{
border-color: #ECE33E;
}
.TagClassName
{
border-color: #ECE33E;
}
</style>