Shades of Starship #EDE841
Tints of Starship #EDE841
RGB
CMYK
RGB Variations
Color information
#EDE841 (or 0xEDE841) is known color: Starship. HEX triplet: ED, E8 and 41. RGB value is (237,232,65). Sum of RGB (Red+Green+Blue) = 237+232+65=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE841 is #1217BE. Grayscale: #D7D7D7. Windows color (decimal): -1185727 or 4319469. OLE color: 4319469.
HSL color Cylindrical-coordinate representation of color #EDE841: hue angle of 58.26º 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 #EDE841 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 65 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.07 |
| HSL | 58.26º | 0.83% | 0.59% | - |
| HSV(B) | 58.26º | 0.73% | 0.93% | - |
| XYZ | 64.74 | 76.1 | 16.28 | - |
| YUV | 214.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 65 | 0 | 0.02 | 0.73 | 0.07 | 58.26 | 0.83 | 0.59 |
| Hex | ED | E8 | 41 | 0 | 2 | 49 | 7 | 3A | 53 | 3B |
| Octal | 355 | 350 | 101 | 0 | 2 | 111 | 7 | 72 | 123 | 73 |
| Binary | 11101101 | 11101000 | 1000001 | 0 | 10 | 1001001 | 111 | 111010 | 1010011 | 111011 |
Color Harmonies of #EDE841
Complementary color
Monochromatic Colors of #EDE841
Black with #EDE841
Text Example
Text Example
White with #EDE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE841; }
p { color: rgb(237,232,65); }
H1.HeaderClassName
{
color: #EDE841;
}
.AnyTagClassName
{
color: #EDE841;
}
</style>
background-color css
<style>
a { background-color: #EDE841; }
a { background-color: rgb(237,232,65); }
div.DivClassName
{
background-color: #EDE841;
}
.BgClassName
{
background-color: #EDE841;
}
</style>
border-color css
<style>
span { border-color: #EDE841; }
span { border-color: rgb(237,232,65); }
td.TdClassName
{
border-color: #EDE841;
}
.TagClassName
{
border-color: #EDE841;
}
</style>