Shades of Starship #EDE444
Tints of Starship #EDE444
RGB
CMYK
RGB Variations
Color information
#EDE444 (or 0xEDE444) is known color: Starship. HEX triplet: ED, E4 and 44. RGB value is (237,228,68). Sum of RGB (Red+Green+Blue) = 237+228+68=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE444 is #121BBB. Grayscale: #D5D5D5. Windows color (decimal): -1186748 or 4515053. OLE color: 4515053.
HSL color Cylindrical-coordinate representation of color #EDE444: hue angle of 56.8º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDE444 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 68 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.07 |
| HSL | 56.8º | 0.82% | 0.6% | - |
| HSV(B) | 56.8º | 0.71% | 0.93% | - |
| XYZ | 63.71 | 73.91 | 16.38 | - |
| YUV | 212.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 68 | 0 | 0.04 | 0.71 | 0.07 | 56.8 | 0.82 | 0.6 |
| Hex | ED | E4 | 44 | 0 | 4 | 47 | 7 | 39 | 52 | 3C |
| Octal | 355 | 344 | 104 | 0 | 4 | 107 | 7 | 71 | 122 | 74 |
| Binary | 11101101 | 11100100 | 1000100 | 0 | 100 | 1000111 | 111 | 111001 | 1010010 | 111100 |
Color Harmonies of #EDE444
Complementary color
Monochromatic Colors of #EDE444
Black with #EDE444
Text Example
Text Example
White with #EDE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE444; }
p { color: rgb(237,228,68); }
H1.HeaderClassName
{
color: #EDE444;
}
.AnyTagClassName
{
color: #EDE444;
}
</style>
background-color css
<style>
a { background-color: #EDE444; }
a { background-color: rgb(237,228,68); }
div.DivClassName
{
background-color: #EDE444;
}
.BgClassName
{
background-color: #EDE444;
}
</style>
border-color css
<style>
span { border-color: #EDE444; }
span { border-color: rgb(237,228,68); }
td.TdClassName
{
border-color: #EDE444;
}
.TagClassName
{
border-color: #EDE444;
}
</style>