Shades of Starship #EDE241
Tints of Starship #EDE241
RGB
CMYK
RGB Variations
Color information
#EDE241 (or 0xEDE241) is known color: Starship. HEX triplet: ED, E2 and 41. RGB value is (237,226,65). Sum of RGB (Red+Green+Blue) = 237+226+65=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE241 is #121DBE. Grayscale: #D3D3D3. Windows color (decimal): -1187263 or 4317933. OLE color: 4317933.
HSL color Cylindrical-coordinate representation of color #EDE241: hue angle of 56.16º 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 #EDE241 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 65 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.07 |
| HSL | 56.16º | 0.83% | 0.59% | - |
| HSV(B) | 56.16º | 0.73% | 0.93% | - |
| XYZ | 63.08 | 72.78 | 15.72 | - |
| YUV | 210.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 65 | 0 | 0.05 | 0.73 | 0.07 | 56.16 | 0.83 | 0.59 |
| Hex | ED | E2 | 41 | 0 | 5 | 49 | 7 | 38 | 53 | 3B |
| Octal | 355 | 342 | 101 | 0 | 5 | 111 | 7 | 70 | 123 | 73 |
| Binary | 11101101 | 11100010 | 1000001 | 0 | 101 | 1001001 | 111 | 111000 | 1010011 | 111011 |
Color Harmonies of #EDE241
Complementary color
Monochromatic Colors of #EDE241
Black with #EDE241
Text Example
Text Example
White with #EDE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE241; }
p { color: rgb(237,226,65); }
H1.HeaderClassName
{
color: #EDE241;
}
.AnyTagClassName
{
color: #EDE241;
}
</style>
background-color css
<style>
a { background-color: #EDE241; }
a { background-color: rgb(237,226,65); }
div.DivClassName
{
background-color: #EDE241;
}
.BgClassName
{
background-color: #EDE241;
}
</style>
border-color css
<style>
span { border-color: #EDE241; }
span { border-color: rgb(237,226,65); }
td.TdClassName
{
border-color: #EDE241;
}
.TagClassName
{
border-color: #EDE241;
}
</style>