Shades of Starship #EDE940
Tints of Starship #EDE940
RGB
CMYK
RGB Variations
Color information
#EDE940 (or 0xEDE940) is known color: Starship. HEX triplet: ED, E9 and 40. RGB value is (237,233,64). Sum of RGB (Red+Green+Blue) = 237+233+64=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE940 is #1216BF. Grayscale: #D7D7D7. Windows color (decimal): -1185472 or 4254189. OLE color: 4254189.
HSL color Cylindrical-coordinate representation of color #EDE940: hue angle of 58.61º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDE940 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.07 |
| HSL | 58.61º | 0.83% | 0.59% | - |
| HSV(B) | 58.61º | 0.73% | 0.93% | - |
| XYZ | 64.99 | 76.65 | 16.22 | - |
| YUV | 214.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 64 | 0 | 0.02 | 0.73 | 0.07 | 58.61 | 0.83 | 0.59 |
| Hex | ED | E9 | 40 | 0 | 2 | 49 | 7 | 3B | 53 | 3B |
| Octal | 355 | 351 | 100 | 0 | 2 | 111 | 7 | 73 | 123 | 73 |
| Binary | 11101101 | 11101001 | 1000000 | 0 | 10 | 1001001 | 111 | 111011 | 1010011 | 111011 |
Color Harmonies of #EDE940
Complementary color
Monochromatic Colors of #EDE940
Black with #EDE940
Text Example
Text Example
White with #EDE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE940; }
p { color: rgb(237,233,64); }
H1.HeaderClassName
{
color: #EDE940;
}
.AnyTagClassName
{
color: #EDE940;
}
</style>
background-color css
<style>
a { background-color: #EDE940; }
a { background-color: rgb(237,233,64); }
div.DivClassName
{
background-color: #EDE940;
}
.BgClassName
{
background-color: #EDE940;
}
</style>
border-color css
<style>
span { border-color: #EDE940; }
span { border-color: rgb(237,233,64); }
td.TdClassName
{
border-color: #EDE940;
}
.TagClassName
{
border-color: #EDE940;
}
</style>