Shades of Starship #ECE93D
Tints of Starship #ECE93D
RGB
CMYK
RGB Variations
Color information
#ECE93D (or 0xECE93D) is known color: Starship. HEX triplet: EC, E9 and 3D. RGB value is (236,233,61). Sum of RGB (Red+Green+Blue) = 236+233+61=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE93D is #1316C2. Grayscale: #D6D6D6. Windows color (decimal): -1251011 or 4057580. OLE color: 4057580.
HSL color Cylindrical-coordinate representation of color #ECE93D: hue angle of 58.97º 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 #ECE93D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 61 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.07 |
| HSL | 58.97º | 0.82% | 0.58% | - |
| HSV(B) | 58.97º | 0.74% | 0.93% | - |
| XYZ | 64.57 | 76.45 | 15.77 | - |
| YUV | 214.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 61 | 0 | 0.01 | 0.74 | 0.07 | 58.97 | 0.82 | 0.58 |
| Hex | EC | E9 | 3D | 0 | 1 | 4A | 7 | 3B | 52 | 3A |
| Octal | 354 | 351 | 75 | 0 | 1 | 112 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101001 | 111101 | 0 | 1 | 1001010 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECE93D
Complementary color
Monochromatic Colors of #ECE93D
Black with #ECE93D
Text Example
Text Example
White with #ECE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE93D; }
p { color: rgb(236,233,61); }
H1.HeaderClassName
{
color: #ECE93D;
}
.AnyTagClassName
{
color: #ECE93D;
}
</style>
background-color css
<style>
a { background-color: #ECE93D; }
a { background-color: rgb(236,233,61); }
div.DivClassName
{
background-color: #ECE93D;
}
.BgClassName
{
background-color: #ECE93D;
}
</style>
border-color css
<style>
span { border-color: #ECE93D; }
span { border-color: rgb(236,233,61); }
td.TdClassName
{
border-color: #ECE93D;
}
.TagClassName
{
border-color: #ECE93D;
}
</style>