Shades of Starship #EDEC3C
Tints of Starship #EDEC3C
RGB
CMYK
RGB Variations
Color information
#EDEC3C (or 0xEDEC3C) is known color: Starship. HEX triplet: ED, EC and 3C. RGB value is (237,236,60). Sum of RGB (Red+Green+Blue) = 237+236+60=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC3C is #1213C3. Grayscale: #D8D8D8. Windows color (decimal): -1184708 or 3992813. OLE color: 3992813.
HSL color Cylindrical-coordinate representation of color #EDEC3C: hue angle of 59.66º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDEC3C is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 60 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.07 |
| HSL | 59.66º | 0.83% | 0.58% | - |
| HSV(B) | 59.66º | 0.75% | 0.93% | - |
| XYZ | 65.74 | 78.32 | 15.93 | - |
| YUV | 216.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 60 | 0 | 0.00 | 0.75 | 0.07 | 59.66 | 0.83 | 0.58 |
| Hex | ED | EC | 3C | 0 | 0 | 4B | 7 | 3C | 53 | 3A |
| Octal | 355 | 354 | 74 | 0 | 0 | 113 | 7 | 74 | 123 | 72 |
| Binary | 11101101 | 11101100 | 111100 | 0 | 0 | 1001011 | 111 | 111100 | 1010011 | 111010 |
Color Harmonies of #EDEC3C
Complementary color
Monochromatic Colors of #EDEC3C
Black with #EDEC3C
Text Example
Text Example
White with #EDEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC3C; }
p { color: rgb(237,236,60); }
H1.HeaderClassName
{
color: #EDEC3C;
}
.AnyTagClassName
{
color: #EDEC3C;
}
</style>
background-color css
<style>
a { background-color: #EDEC3C; }
a { background-color: rgb(237,236,60); }
div.DivClassName
{
background-color: #EDEC3C;
}
.BgClassName
{
background-color: #EDEC3C;
}
</style>
border-color css
<style>
span { border-color: #EDEC3C; }
span { border-color: rgb(237,236,60); }
td.TdClassName
{
border-color: #EDEC3C;
}
.TagClassName
{
border-color: #EDEC3C;
}
</style>