Shades of Starship #ECE43F
Tints of Starship #ECE43F
RGB
CMYK
RGB Variations
Color information
#ECE43F (or 0xECE43F) is known color: Starship. HEX triplet: EC, E4 and 3F. RGB value is (236,228,63). Sum of RGB (Red+Green+Blue) = 236+228+63=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE43F is #131BC0. Grayscale: #D4D4D4. Windows color (decimal): -1252289 or 4187372. OLE color: 4187372.
HSL color Cylindrical-coordinate representation of color #ECE43F: hue angle of 57.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECE43F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 63 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.23º | 0.82% | 0.59% | - |
| HSV(B) | 57.23º | 0.73% | 0.93% | - |
| XYZ | 63.23 | 73.68 | 15.59 | - |
| YUV | 211.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 63 | 0 | 0.03 | 0.73 | 0.07 | 57.23 | 0.82 | 0.59 |
| Hex | EC | E4 | 3F | 0 | 3 | 49 | 7 | 39 | 52 | 3B |
| Octal | 354 | 344 | 77 | 0 | 3 | 111 | 7 | 71 | 122 | 73 |
| Binary | 11101100 | 11100100 | 111111 | 0 | 11 | 1001001 | 111 | 111001 | 1010010 | 111011 |
Color Harmonies of #ECE43F
Complementary color
Monochromatic Colors of #ECE43F
Black with #ECE43F
Text Example
Text Example
White with #ECE43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE43F; }
p { color: rgb(236,228,63); }
H1.HeaderClassName
{
color: #ECE43F;
}
.AnyTagClassName
{
color: #ECE43F;
}
</style>
background-color css
<style>
a { background-color: #ECE43F; }
a { background-color: rgb(236,228,63); }
div.DivClassName
{
background-color: #ECE43F;
}
.BgClassName
{
background-color: #ECE43F;
}
</style>
border-color css
<style>
span { border-color: #ECE43F; }
span { border-color: rgb(236,228,63); }
td.TdClassName
{
border-color: #ECE43F;
}
.TagClassName
{
border-color: #ECE43F;
}
</style>