Shades of Starship #ECE43D
Tints of Starship #ECE43D
RGB
CMYK
RGB Variations
Color information
#ECE43D (or 0xECE43D) is known color: Starship. HEX triplet: EC, E4 and 3D. RGB value is (236,228,61). Sum of RGB (Red+Green+Blue) = 236+228+61=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE43D is #131BC2. Grayscale: #D4D4D4. Windows color (decimal): -1252291 or 4056300. OLE color: 4056300.
HSL color Cylindrical-coordinate representation of color #ECE43D: hue angle of 57.26º 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 #ECE43D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 61 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.07 |
| HSL | 57.26º | 0.82% | 0.58% | - |
| HSV(B) | 57.26º | 0.74% | 0.93% | - |
| XYZ | 63.18 | 73.66 | 15.3 | - |
| YUV | 211.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 61 | 0 | 0.03 | 0.74 | 0.07 | 57.26 | 0.82 | 0.58 |
| Hex | EC | E4 | 3D | 0 | 3 | 4A | 7 | 39 | 52 | 3A |
| Octal | 354 | 344 | 75 | 0 | 3 | 112 | 7 | 71 | 122 | 72 |
| Binary | 11101100 | 11100100 | 111101 | 0 | 11 | 1001010 | 111 | 111001 | 1010010 | 111010 |
Color Harmonies of #ECE43D
Complementary color
Monochromatic Colors of #ECE43D
Black with #ECE43D
Text Example
Text Example
White with #ECE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE43D; }
p { color: rgb(236,228,61); }
H1.HeaderClassName
{
color: #ECE43D;
}
.AnyTagClassName
{
color: #ECE43D;
}
</style>
background-color css
<style>
a { background-color: #ECE43D; }
a { background-color: rgb(236,228,61); }
div.DivClassName
{
background-color: #ECE43D;
}
.BgClassName
{
background-color: #ECE43D;
}
</style>
border-color css
<style>
span { border-color: #ECE43D; }
span { border-color: rgb(236,228,61); }
td.TdClassName
{
border-color: #ECE43D;
}
.TagClassName
{
border-color: #ECE43D;
}
</style>