Shades of Starship #EDDD45
Tints of Starship #EDDD45
RGB
CMYK
RGB Variations
Color information
#EDDD45 (or 0xEDDD45) is known color: Starship. HEX triplet: ED, DD and 45. RGB value is (237,221,69). Sum of RGB (Red+Green+Blue) = 237+221+69=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD45 is #1222BA. Grayscale: #D1D1D1. Windows color (decimal): -1188539 or 4578797. OLE color: 4578797.
HSL color Cylindrical-coordinate representation of color #EDDD45: hue angle of 54.29º 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 #EDDD45 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 69 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.07 |
| HSL | 54.29º | 0.82% | 0.6% | - |
| HSV(B) | 54.29º | 0.71% | 0.93% | - |
| XYZ | 61.86 | 70.15 | 15.91 | - |
| YUV | 208.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 69 | 0 | 0.07 | 0.71 | 0.07 | 54.29 | 0.82 | 0.6 |
| Hex | ED | DD | 45 | 0 | 7 | 47 | 7 | 36 | 52 | 3C |
| Octal | 355 | 335 | 105 | 0 | 7 | 107 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011101 | 1000101 | 0 | 111 | 1000111 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDD45
Complementary color
Monochromatic Colors of #EDDD45
Black with #EDDD45
Text Example
Text Example
White with #EDDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD45; }
p { color: rgb(237,221,69); }
H1.HeaderClassName
{
color: #EDDD45;
}
.AnyTagClassName
{
color: #EDDD45;
}
</style>
background-color css
<style>
a { background-color: #EDDD45; }
a { background-color: rgb(237,221,69); }
div.DivClassName
{
background-color: #EDDD45;
}
.BgClassName
{
background-color: #EDDD45;
}
</style>
border-color css
<style>
span { border-color: #EDDD45; }
span { border-color: rgb(237,221,69); }
td.TdClassName
{
border-color: #EDDD45;
}
.TagClassName
{
border-color: #EDDD45;
}
</style>