Shades of Starship #EDEC42
Tints of Starship #EDEC42
RGB
CMYK
RGB Variations
Color information
#EDEC42 (or 0xEDEC42) is known color: Starship. HEX triplet: ED, EC and 42. RGB value is (237,236,66). Sum of RGB (Red+Green+Blue) = 237+236+66=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC42 is #1213BD. Grayscale: #D9D9D9. Windows color (decimal): -1184702 or 4386029. OLE color: 4386029.
HSL color Cylindrical-coordinate representation of color #EDEC42: hue angle of 59.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDEC42 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 66 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.07 |
| HSL | 59.65º | 0.83% | 0.59% | - |
| HSV(B) | 59.65º | 0.72% | 0.93% | - |
| XYZ | 65.9 | 78.39 | 16.81 | - |
| YUV | 216.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 66 | 0 | 0.00 | 0.72 | 0.07 | 59.65 | 0.83 | 0.59 |
| Hex | ED | EC | 42 | 0 | 0 | 48 | 7 | 3C | 53 | 3B |
| Octal | 355 | 354 | 102 | 0 | 0 | 110 | 7 | 74 | 123 | 73 |
| Binary | 11101101 | 11101100 | 1000010 | 0 | 0 | 1001000 | 111 | 111100 | 1010011 | 111011 |
Color Harmonies of #EDEC42
Complementary color
Monochromatic Colors of #EDEC42
Black with #EDEC42
Text Example
Text Example
White with #EDEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC42; }
p { color: rgb(237,236,66); }
H1.HeaderClassName
{
color: #EDEC42;
}
.AnyTagClassName
{
color: #EDEC42;
}
</style>
background-color css
<style>
a { background-color: #EDEC42; }
a { background-color: rgb(237,236,66); }
div.DivClassName
{
background-color: #EDEC42;
}
.BgClassName
{
background-color: #EDEC42;
}
</style>
border-color css
<style>
span { border-color: #EDEC42; }
span { border-color: rgb(237,236,66); }
td.TdClassName
{
border-color: #EDEC42;
}
.TagClassName
{
border-color: #EDEC42;
}
</style>