Shades of Starship #ECE43E
Tints of Starship #ECE43E
RGB
CMYK
RGB Variations
Color information
#ECE43E (or 0xECE43E) is known color: Starship. HEX triplet: EC, E4 and 3E. RGB value is (236,228,62). Sum of RGB (Red+Green+Blue) = 236+228+62=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE43E is #131BC1. Grayscale: #D4D4D4. Windows color (decimal): -1252290 or 4121836. OLE color: 4121836.
HSL color Cylindrical-coordinate representation of color #ECE43E: hue angle of 57.24º 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 #ECE43E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 62 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.07 |
| HSL | 57.24º | 0.82% | 0.58% | - |
| HSV(B) | 57.24º | 0.74% | 0.93% | - |
| XYZ | 63.2 | 73.67 | 15.45 | - |
| YUV | 211.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 62 | 0 | 0.03 | 0.74 | 0.07 | 57.24 | 0.82 | 0.58 |
| Hex | EC | E4 | 3E | 0 | 3 | 4A | 7 | 39 | 52 | 3A |
| Octal | 354 | 344 | 76 | 0 | 3 | 112 | 7 | 71 | 122 | 72 |
| Binary | 11101100 | 11100100 | 111110 | 0 | 11 | 1001010 | 111 | 111001 | 1010010 | 111010 |
Color Harmonies of #ECE43E
Complementary color
Monochromatic Colors of #ECE43E
Black with #ECE43E
Text Example
Text Example
White with #ECE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE43E; }
p { color: rgb(236,228,62); }
H1.HeaderClassName
{
color: #ECE43E;
}
.AnyTagClassName
{
color: #ECE43E;
}
</style>
background-color css
<style>
a { background-color: #ECE43E; }
a { background-color: rgb(236,228,62); }
div.DivClassName
{
background-color: #ECE43E;
}
.BgClassName
{
background-color: #ECE43E;
}
</style>
border-color css
<style>
span { border-color: #ECE43E; }
span { border-color: rgb(236,228,62); }
td.TdClassName
{
border-color: #ECE43E;
}
.TagClassName
{
border-color: #ECE43E;
}
</style>