Shades of Starship #EDDC3E
Tints of Starship #EDDC3E
RGB
CMYK
RGB Variations
Color information
#EDDC3E (or 0xEDDC3E) is known color: Starship. HEX triplet: ED, DC and 3E. RGB value is (237,220,62). Sum of RGB (Red+Green+Blue) = 237+220+62=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3E is #1223C1. Grayscale: #CFCFCF. Windows color (decimal): -1188802 or 4119789. OLE color: 4119789.
HSL color Cylindrical-coordinate representation of color #EDDC3E: hue angle of 54.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDDC3E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 62 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.07 |
| HSL | 54.17º | 0.83% | 0.59% | - |
| HSV(B) | 54.17º | 0.74% | 0.93% | - |
| XYZ | 61.39 | 69.54 | 14.74 | - |
| YUV | 207.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 62 | 0 | 0.07 | 0.74 | 0.07 | 54.17 | 0.83 | 0.59 |
| Hex | ED | DC | 3E | 0 | 7 | 4A | 7 | 36 | 53 | 3B |
| Octal | 355 | 334 | 76 | 0 | 7 | 112 | 7 | 66 | 123 | 73 |
| Binary | 11101101 | 11011100 | 111110 | 0 | 111 | 1001010 | 111 | 110110 | 1010011 | 111011 |
Color Harmonies of #EDDC3E
Complementary color
Monochromatic Colors of #EDDC3E
Black with #EDDC3E
Text Example
Text Example
White with #EDDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC3E; }
p { color: rgb(237,220,62); }
H1.HeaderClassName
{
color: #EDDC3E;
}
.AnyTagClassName
{
color: #EDDC3E;
}
</style>
background-color css
<style>
a { background-color: #EDDC3E; }
a { background-color: rgb(237,220,62); }
div.DivClassName
{
background-color: #EDDC3E;
}
.BgClassName
{
background-color: #EDDC3E;
}
</style>
border-color css
<style>
span { border-color: #EDDC3E; }
span { border-color: rgb(237,220,62); }
td.TdClassName
{
border-color: #EDDC3E;
}
.TagClassName
{
border-color: #EDDC3E;
}
</style>