Shades of Starship #EDE445
Tints of Starship #EDE445
RGB
CMYK
RGB Variations
Color information
#EDE445 (or 0xEDE445) is known color: Starship. HEX triplet: ED, E4 and 45. RGB value is (237,228,69). Sum of RGB (Red+Green+Blue) = 237+228+69=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE445 is #121BBA. Grayscale: #D5D5D5. Windows color (decimal): -1186747 or 4580589. OLE color: 4580589.
HSL color Cylindrical-coordinate representation of color #EDE445: hue angle of 56.79º 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 #EDE445 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 69 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.07 |
| HSL | 56.79º | 0.82% | 0.6% | - |
| HSV(B) | 56.79º | 0.71% | 0.93% | - |
| XYZ | 63.74 | 73.92 | 16.54 | - |
| YUV | 212.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 69 | 0 | 0.04 | 0.71 | 0.07 | 56.79 | 0.82 | 0.6 |
| Hex | ED | E4 | 45 | 0 | 4 | 47 | 7 | 39 | 52 | 3C |
| Octal | 355 | 344 | 105 | 0 | 4 | 107 | 7 | 71 | 122 | 74 |
| Binary | 11101101 | 11100100 | 1000101 | 0 | 100 | 1000111 | 111 | 111001 | 1010010 | 111100 |
Color Harmonies of #EDE445
Complementary color
Monochromatic Colors of #EDE445
Black with #EDE445
Text Example
Text Example
White with #EDE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE445; }
p { color: rgb(237,228,69); }
H1.HeaderClassName
{
color: #EDE445;
}
.AnyTagClassName
{
color: #EDE445;
}
</style>
background-color css
<style>
a { background-color: #EDE445; }
a { background-color: rgb(237,228,69); }
div.DivClassName
{
background-color: #EDE445;
}
.BgClassName
{
background-color: #EDE445;
}
</style>
border-color css
<style>
span { border-color: #EDE445; }
span { border-color: rgb(237,228,69); }
td.TdClassName
{
border-color: #EDE445;
}
.TagClassName
{
border-color: #EDE445;
}
</style>