Shades of Starship #EDDC40
Tints of Starship #EDDC40
RGB
CMYK
RGB Variations
Color information
#EDDC40 (or 0xEDDC40) is known color: Starship. HEX triplet: ED, DC and 40. RGB value is (237,220,64). Sum of RGB (Red+Green+Blue) = 237+220+64=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC40 is #1223BF. Grayscale: #CFCFCF. Windows color (decimal): -1188800 or 4250861. OLE color: 4250861.
HSL color Cylindrical-coordinate representation of color #EDDC40: hue angle of 54.1º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDDC40 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 64 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.07 |
| HSL | 54.1º | 0.83% | 0.59% | - |
| HSV(B) | 54.1º | 0.73% | 0.93% | - |
| XYZ | 61.44 | 69.56 | 15.04 | - |
| YUV | 207.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 64 | 0 | 0.07 | 0.73 | 0.07 | 54.1 | 0.83 | 0.59 |
| Hex | ED | DC | 40 | 0 | 7 | 49 | 7 | 36 | 53 | 3B |
| Octal | 355 | 334 | 100 | 0 | 7 | 111 | 7 | 66 | 123 | 73 |
| Binary | 11101101 | 11011100 | 1000000 | 0 | 111 | 1001001 | 111 | 110110 | 1010011 | 111011 |
Color Harmonies of #EDDC40
Complementary color
Monochromatic Colors of #EDDC40
Black with #EDDC40
Text Example
Text Example
White with #EDDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC40; }
p { color: rgb(237,220,64); }
H1.HeaderClassName
{
color: #EDDC40;
}
.AnyTagClassName
{
color: #EDDC40;
}
</style>
background-color css
<style>
a { background-color: #EDDC40; }
a { background-color: rgb(237,220,64); }
div.DivClassName
{
background-color: #EDDC40;
}
.BgClassName
{
background-color: #EDDC40;
}
</style>
border-color css
<style>
span { border-color: #EDDC40; }
span { border-color: rgb(237,220,64); }
td.TdClassName
{
border-color: #EDDC40;
}
.TagClassName
{
border-color: #EDDC40;
}
</style>