Shades of Starship #ECEA3E
Tints of Starship #ECEA3E
RGB
CMYK
RGB Variations
Color information
#ECEA3E (or 0xECEA3E) is known color: Starship. HEX triplet: EC, EA and 3E. RGB value is (236,234,62). Sum of RGB (Red+Green+Blue) = 236+234+62=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA3E is #1315C1. Grayscale: #D7D7D7. Windows color (decimal): -1250754 or 4123372. OLE color: 4123372.
HSL color Cylindrical-coordinate representation of color #ECEA3E: hue angle of 59.31º 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 #ECEA3E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 62 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.07 |
| HSL | 59.31º | 0.82% | 0.58% | - |
| HSV(B) | 59.31º | 0.74% | 0.93% | - |
| XYZ | 64.88 | 77.03 | 16.01 | - |
| YUV | 214.99 | 41.66 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 62 | 0 | 0.01 | 0.74 | 0.07 | 59.31 | 0.82 | 0.58 |
| Hex | EC | EA | 3E | 0 | 1 | 4A | 7 | 3B | 52 | 3A |
| Octal | 354 | 352 | 76 | 0 | 1 | 112 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101010 | 111110 | 0 | 1 | 1001010 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECEA3E
Complementary color
Monochromatic Colors of #ECEA3E
Black with #ECEA3E
Text Example
Text Example
White with #ECEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA3E; }
p { color: rgb(236,234,62); }
H1.HeaderClassName
{
color: #ECEA3E;
}
.AnyTagClassName
{
color: #ECEA3E;
}
</style>
background-color css
<style>
a { background-color: #ECEA3E; }
a { background-color: rgb(236,234,62); }
div.DivClassName
{
background-color: #ECEA3E;
}
.BgClassName
{
background-color: #ECEA3E;
}
</style>
border-color css
<style>
span { border-color: #ECEA3E; }
span { border-color: rgb(236,234,62); }
td.TdClassName
{
border-color: #ECEA3E;
}
.TagClassName
{
border-color: #ECEA3E;
}
</style>