Shades of Starship #EDE544
Tints of Starship #EDE544
RGB
CMYK
RGB Variations
Color information
#EDE544 (or 0xEDE544) is known color: Starship. HEX triplet: ED, E5 and 44. RGB value is (237,229,68). Sum of RGB (Red+Green+Blue) = 237+229+68=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE544 is #121ABB. Grayscale: #D5D5D5. Windows color (decimal): -1186492 or 4515309. OLE color: 4515309.
HSL color Cylindrical-coordinate representation of color #EDE544: hue angle of 57.16º 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 #EDE544 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 68 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.07 |
| HSL | 57.16º | 0.82% | 0.6% | - |
| HSV(B) | 57.16º | 0.71% | 0.93% | - |
| XYZ | 63.99 | 74.46 | 16.47 | - |
| YUV | 213.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 68 | 0 | 0.03 | 0.71 | 0.07 | 57.16 | 0.82 | 0.6 |
| Hex | ED | E5 | 44 | 0 | 3 | 47 | 7 | 39 | 52 | 3C |
| Octal | 355 | 345 | 104 | 0 | 3 | 107 | 7 | 71 | 122 | 74 |
| Binary | 11101101 | 11100101 | 1000100 | 0 | 11 | 1000111 | 111 | 111001 | 1010010 | 111100 |
Color Harmonies of #EDE544
Complementary color
Monochromatic Colors of #EDE544
Black with #EDE544
Text Example
Text Example
White with #EDE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE544; }
p { color: rgb(237,229,68); }
H1.HeaderClassName
{
color: #EDE544;
}
.AnyTagClassName
{
color: #EDE544;
}
</style>
background-color css
<style>
a { background-color: #EDE544; }
a { background-color: rgb(237,229,68); }
div.DivClassName
{
background-color: #EDE544;
}
.BgClassName
{
background-color: #EDE544;
}
</style>
border-color css
<style>
span { border-color: #EDE544; }
span { border-color: rgb(237,229,68); }
td.TdClassName
{
border-color: #EDE544;
}
.TagClassName
{
border-color: #EDE544;
}
</style>