Shades of Starship #EDE440
Tints of Starship #EDE440
RGB
CMYK
RGB Variations
Color information
#EDE440 (or 0xEDE440) is known color: Starship. HEX triplet: ED, E4 and 40. RGB value is (237,228,64). Sum of RGB (Red+Green+Blue) = 237+228+64=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE440 is #121BBF. Grayscale: #D4D4D4. Windows color (decimal): -1186752 or 4252909. OLE color: 4252909.
HSL color Cylindrical-coordinate representation of color #EDE440: hue angle of 56.88º 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 #EDE440 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 64 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.07 |
| HSL | 56.88º | 0.83% | 0.59% | - |
| HSV(B) | 56.88º | 0.73% | 0.93% | - |
| XYZ | 63.59 | 73.86 | 15.76 | - |
| YUV | 212 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 64 | 0 | 0.04 | 0.73 | 0.07 | 56.88 | 0.83 | 0.59 |
| Hex | ED | E4 | 40 | 0 | 4 | 49 | 7 | 39 | 53 | 3B |
| Octal | 355 | 344 | 100 | 0 | 4 | 111 | 7 | 71 | 123 | 73 |
| Binary | 11101101 | 11100100 | 1000000 | 0 | 100 | 1001001 | 111 | 111001 | 1010011 | 111011 |
Color Harmonies of #EDE440
Complementary color
Monochromatic Colors of #EDE440
Black with #EDE440
Text Example
Text Example
White with #EDE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE440; }
p { color: rgb(237,228,64); }
H1.HeaderClassName
{
color: #EDE440;
}
.AnyTagClassName
{
color: #EDE440;
}
</style>
background-color css
<style>
a { background-color: #EDE440; }
a { background-color: rgb(237,228,64); }
div.DivClassName
{
background-color: #EDE440;
}
.BgClassName
{
background-color: #EDE440;
}
</style>
border-color css
<style>
span { border-color: #EDE440; }
span { border-color: rgb(237,228,64); }
td.TdClassName
{
border-color: #EDE440;
}
.TagClassName
{
border-color: #EDE440;
}
</style>