Shades of Starship #EDEC3E
Tints of Starship #EDEC3E
RGB
CMYK
RGB Variations
Color information
#EDEC3E (or 0xEDEC3E) is known color: Starship. HEX triplet: ED, EC and 3E. RGB value is (237,236,62). Sum of RGB (Red+Green+Blue) = 237+236+62=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC3E is #1213C1. Grayscale: #D9D9D9. Windows color (decimal): -1184706 or 4123885. OLE color: 4123885.
HSL color Cylindrical-coordinate representation of color #EDEC3E: hue angle of 59.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDEC3E is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 62 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.07 |
| HSL | 59.66º | 0.83% | 0.59% | - |
| HSV(B) | 59.66º | 0.74% | 0.93% | - |
| XYZ | 65.79 | 78.34 | 16.21 | - |
| YUV | 216.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 62 | 0 | 0.00 | 0.74 | 0.07 | 59.66 | 0.83 | 0.59 |
| Hex | ED | EC | 3E | 0 | 0 | 4A | 7 | 3C | 53 | 3B |
| Octal | 355 | 354 | 76 | 0 | 0 | 112 | 7 | 74 | 123 | 73 |
| Binary | 11101101 | 11101100 | 111110 | 0 | 0 | 1001010 | 111 | 111100 | 1010011 | 111011 |
Color Harmonies of #EDEC3E
Complementary color
Monochromatic Colors of #EDEC3E
Black with #EDEC3E
Text Example
Text Example
White with #EDEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC3E; }
p { color: rgb(237,236,62); }
H1.HeaderClassName
{
color: #EDEC3E;
}
.AnyTagClassName
{
color: #EDEC3E;
}
</style>
background-color css
<style>
a { background-color: #EDEC3E; }
a { background-color: rgb(237,236,62); }
div.DivClassName
{
background-color: #EDEC3E;
}
.BgClassName
{
background-color: #EDEC3E;
}
</style>
border-color css
<style>
span { border-color: #EDEC3E; }
span { border-color: rgb(237,236,62); }
td.TdClassName
{
border-color: #EDEC3E;
}
.TagClassName
{
border-color: #EDEC3E;
}
</style>