Shades of Starship #ECE33D
Tints of Starship #ECE33D
RGB
CMYK
RGB Variations
Color information
#ECE33D (or 0xECE33D) is known color: Starship. HEX triplet: EC, E3 and 3D. RGB value is (236,227,61). Sum of RGB (Red+Green+Blue) = 236+227+61=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE33D is #131CC2. Grayscale: #D3D3D3. Windows color (decimal): -1252547 or 4056044. OLE color: 4056044.
HSL color Cylindrical-coordinate representation of color #ECE33D: hue angle of 56.91º 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 #ECE33D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 61 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.07 |
| HSL | 56.91º | 0.82% | 0.58% | - |
| HSV(B) | 56.91º | 0.74% | 0.93% | - |
| XYZ | 62.9 | 73.11 | 15.21 | - |
| YUV | 210.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 61 | 0 | 0.04 | 0.74 | 0.07 | 56.91 | 0.82 | 0.58 |
| Hex | EC | E3 | 3D | 0 | 4 | 4A | 7 | 39 | 52 | 3A |
| Octal | 354 | 343 | 75 | 0 | 4 | 112 | 7 | 71 | 122 | 72 |
| Binary | 11101100 | 11100011 | 111101 | 0 | 100 | 1001010 | 111 | 111001 | 1010010 | 111010 |
Color Harmonies of #ECE33D
Complementary color
Monochromatic Colors of #ECE33D
Black with #ECE33D
Text Example
Text Example
White with #ECE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE33D; }
p { color: rgb(236,227,61); }
H1.HeaderClassName
{
color: #ECE33D;
}
.AnyTagClassName
{
color: #ECE33D;
}
</style>
background-color css
<style>
a { background-color: #ECE33D; }
a { background-color: rgb(236,227,61); }
div.DivClassName
{
background-color: #ECE33D;
}
.BgClassName
{
background-color: #ECE33D;
}
</style>
border-color css
<style>
span { border-color: #ECE33D; }
span { border-color: rgb(236,227,61); }
td.TdClassName
{
border-color: #ECE33D;
}
.TagClassName
{
border-color: #ECE33D;
}
</style>