Shades of Starship #EDE141
Tints of Starship #EDE141
RGB
CMYK
RGB Variations
Color information
#EDE141 (or 0xEDE141) is known color: Starship. HEX triplet: ED, E1 and 41. RGB value is (237,225,65). Sum of RGB (Red+Green+Blue) = 237+225+65=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE141 is #121EBE. Grayscale: #D3D3D3. Windows color (decimal): -1187519 or 4317677. OLE color: 4317677.
HSL color Cylindrical-coordinate representation of color #EDE141: hue angle of 55.81º 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 #EDE141 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 65 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.07 |
| HSL | 55.81º | 0.83% | 0.59% | - |
| HSV(B) | 55.81º | 0.73% | 0.93% | - |
| XYZ | 62.8 | 72.24 | 15.63 | - |
| YUV | 210.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 65 | 0 | 0.05 | 0.73 | 0.07 | 55.81 | 0.83 | 0.59 |
| Hex | ED | E1 | 41 | 0 | 5 | 49 | 7 | 38 | 53 | 3B |
| Octal | 355 | 341 | 101 | 0 | 5 | 111 | 7 | 70 | 123 | 73 |
| Binary | 11101101 | 11100001 | 1000001 | 0 | 101 | 1001001 | 111 | 111000 | 1010011 | 111011 |
Color Harmonies of #EDE141
Complementary color
Monochromatic Colors of #EDE141
Black with #EDE141
Text Example
Text Example
White with #EDE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE141; }
p { color: rgb(237,225,65); }
H1.HeaderClassName
{
color: #EDE141;
}
.AnyTagClassName
{
color: #EDE141;
}
</style>
background-color css
<style>
a { background-color: #EDE141; }
a { background-color: rgb(237,225,65); }
div.DivClassName
{
background-color: #EDE141;
}
.BgClassName
{
background-color: #EDE141;
}
</style>
border-color css
<style>
span { border-color: #EDE141; }
span { border-color: rgb(237,225,65); }
td.TdClassName
{
border-color: #EDE141;
}
.TagClassName
{
border-color: #EDE141;
}
</style>