Shades of Starship #ECEC3E
Tints of Starship #ECEC3E
RGB
CMYK
RGB Variations
Color information
#ECEC3E (or 0xECEC3E) is known color: Starship. HEX triplet: EC, EC and 3E. RGB value is (236,236,62). Sum of RGB (Red+Green+Blue) = 236+236+62=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC3E is #1313C1. Grayscale: #D8D8D8. Windows color (decimal): -1250242 or 4123884. OLE color: 4123884.
HSL color Cylindrical-coordinate representation of color #ECEC3E: hue angle of 60º 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 #ECEC3E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 62 | - |
CMYK | 0 | 0 | 0.74 | 0.07 |
HSL | 60º | 0.82% | 0.58% | - |
HSV(B) | 60º | 0.74% | 0.93% | - |
XYZ | 65.46 | 78.17 | 16.2 | - |
YUV | 216.16 | 41 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 62 | 0 | 0 | 0.74 | 0.07 | 60 | 0.82 | 0.58 |
Hex | EC | EC | 3E | 0 | 0 | 4A | 7 | 3C | 52 | 3A |
Octal | 354 | 354 | 76 | 0 | 0 | 112 | 7 | 74 | 122 | 72 |
Binary | 11101100 | 11101100 | 111110 | 0 | 0 | 1001010 | 111 | 111100 | 1010010 | 111010 |
Color Harmonies of #ECEC3E
Complementary color
Monochromatic Colors of #ECEC3E
Black with #ECEC3E
Text Example
Text Example
White with #ECEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC3E; }
p { color: rgb(236,236,62); }
H1.HeaderClassName
{
color: #ECEC3E;
}
.AnyTagClassName
{
color: #ECEC3E;
}
</style>
background-color css
<style>
a { background-color: #ECEC3E; }
a { background-color: rgb(236,236,62); }
div.DivClassName
{
background-color: #ECEC3E;
}
.BgClassName
{
background-color: #ECEC3E;
}
</style>
border-color css
<style>
span { border-color: #ECEC3E; }
span { border-color: rgb(236,236,62); }
td.TdClassName
{
border-color: #ECEC3E;
}
.TagClassName
{
border-color: #ECEC3E;
}
</style>