Shades of Starship #EDDC45
Tints of Starship #EDDC45
RGB
CMYK
RGB Variations
Color information
#EDDC45 (or 0xEDDC45) is known color: Starship. HEX triplet: ED, DC and 45. RGB value is (237,220,69). Sum of RGB (Red+Green+Blue) = 237+220+69=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC45 is #1223BA. Grayscale: #D0D0D0. Windows color (decimal): -1188795 or 4578541. OLE color: 4578541.
HSL color Cylindrical-coordinate representation of color #EDDC45: hue angle of 53.93º 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 #EDDC45 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 69 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.07 |
| HSL | 53.93º | 0.82% | 0.6% | - |
| HSV(B) | 53.93º | 0.71% | 0.93% | - |
| XYZ | 61.59 | 69.62 | 15.82 | - |
| YUV | 207.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 69 | 0 | 0.07 | 0.71 | 0.07 | 53.93 | 0.82 | 0.6 |
| Hex | ED | DC | 45 | 0 | 7 | 47 | 7 | 36 | 52 | 3C |
| Octal | 355 | 334 | 105 | 0 | 7 | 107 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011100 | 1000101 | 0 | 111 | 1000111 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDC45
Complementary color
Monochromatic Colors of #EDDC45
Black with #EDDC45
Text Example
Text Example
White with #EDDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC45; }
p { color: rgb(237,220,69); }
H1.HeaderClassName
{
color: #EDDC45;
}
.AnyTagClassName
{
color: #EDDC45;
}
</style>
background-color css
<style>
a { background-color: #EDDC45; }
a { background-color: rgb(237,220,69); }
div.DivClassName
{
background-color: #EDDC45;
}
.BgClassName
{
background-color: #EDDC45;
}
</style>
border-color css
<style>
span { border-color: #EDDC45; }
span { border-color: rgb(237,220,69); }
td.TdClassName
{
border-color: #EDDC45;
}
.TagClassName
{
border-color: #EDDC45;
}
</style>