Shades of Starship #ECE53D
Tints of Starship #ECE53D
RGB
CMYK
RGB Variations
Color information
#ECE53D (or 0xECE53D) is known color: Starship. HEX triplet: EC, E5 and 3D. RGB value is (236,229,61). Sum of RGB (Red+Green+Blue) = 236+229+61=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE53D is #131AC2. Grayscale: #D4D4D4. Windows color (decimal): -1252035 or 4056556. OLE color: 4056556.
HSL color Cylindrical-coordinate representation of color #ECE53D: hue angle of 57.6º 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 #ECE53D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 61 | - |
CMYK | 0 | 0.03 | 0.74 | 0.07 |
HSL | 57.6º | 0.82% | 0.58% | - |
HSV(B) | 57.6º | 0.74% | 0.93% | - |
XYZ | 63.45 | 74.21 | 15.39 | - |
YUV | 211.94 | 42.82 | 145.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 61 | 0 | 0.03 | 0.74 | 0.07 | 57.6 | 0.82 | 0.58 |
Hex | EC | E5 | 3D | 0 | 3 | 4A | 7 | 3A | 52 | 3A |
Octal | 354 | 345 | 75 | 0 | 3 | 112 | 7 | 72 | 122 | 72 |
Binary | 11101100 | 11100101 | 111101 | 0 | 11 | 1001010 | 111 | 111010 | 1010010 | 111010 |
Color Harmonies of #ECE53D
Complementary color
Monochromatic Colors of #ECE53D
Black with #ECE53D
Text Example
Text Example
White with #ECE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE53D; }
p { color: rgb(236,229,61); }
H1.HeaderClassName
{
color: #ECE53D;
}
.AnyTagClassName
{
color: #ECE53D;
}
</style>
background-color css
<style>
a { background-color: #ECE53D; }
a { background-color: rgb(236,229,61); }
div.DivClassName
{
background-color: #ECE53D;
}
.BgClassName
{
background-color: #ECE53D;
}
</style>
border-color css
<style>
span { border-color: #ECE53D; }
span { border-color: rgb(236,229,61); }
td.TdClassName
{
border-color: #ECE53D;
}
.TagClassName
{
border-color: #ECE53D;
}
</style>