Shades of Starship #ECE63D
Tints of Starship #ECE63D
RGB
CMYK
RGB Variations
Color information
#ECE63D (or 0xECE63D) is known color: Starship. HEX triplet: EC, E6 and 3D. RGB value is (236,230,61). Sum of RGB (Red+Green+Blue) = 236+230+61=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE63D is #1319C2. Grayscale: #D5D5D5. Windows color (decimal): -1251779 or 4056812. OLE color: 4056812.
HSL color Cylindrical-coordinate representation of color #ECE63D: hue angle of 57.94º 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 #ECE63D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 61 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.07 |
| HSL | 57.94º | 0.82% | 0.58% | - |
| HSV(B) | 57.94º | 0.74% | 0.93% | - |
| XYZ | 63.73 | 74.76 | 15.49 | - |
| YUV | 212.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 61 | 0 | 0.03 | 0.74 | 0.07 | 57.94 | 0.82 | 0.58 |
| Hex | EC | E6 | 3D | 0 | 3 | 4A | 7 | 3A | 52 | 3A |
| Octal | 354 | 346 | 75 | 0 | 3 | 112 | 7 | 72 | 122 | 72 |
| Binary | 11101100 | 11100110 | 111101 | 0 | 11 | 1001010 | 111 | 111010 | 1010010 | 111010 |
Color Harmonies of #ECE63D
Complementary color
Monochromatic Colors of #ECE63D
Black with #ECE63D
Text Example
Text Example
White with #ECE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE63D; }
p { color: rgb(236,230,61); }
H1.HeaderClassName
{
color: #ECE63D;
}
.AnyTagClassName
{
color: #ECE63D;
}
</style>
background-color css
<style>
a { background-color: #ECE63D; }
a { background-color: rgb(236,230,61); }
div.DivClassName
{
background-color: #ECE63D;
}
.BgClassName
{
background-color: #ECE63D;
}
</style>
border-color css
<style>
span { border-color: #ECE63D; }
span { border-color: rgb(236,230,61); }
td.TdClassName
{
border-color: #ECE63D;
}
.TagClassName
{
border-color: #ECE63D;
}
</style>