Shades of Starship #EDD73F
Tints of Starship #EDD73F
RGB
CMYK
RGB Variations
Color information
#EDD73F (or 0xEDD73F) is known color: Starship. HEX triplet: ED, D7 and 3F. RGB value is (237,215,63). Sum of RGB (Red+Green+Blue) = 237+215+63=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD73F is #1228C0. Grayscale: #CCCCCC. Windows color (decimal): -1190081 or 4184045. OLE color: 4184045.
HSL color Cylindrical-coordinate representation of color #EDD73F: hue angle of 52.41º 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 #EDD73F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 63 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.07 |
| HSL | 52.41º | 0.83% | 0.59% | - |
| HSV(B) | 52.41º | 0.73% | 0.93% | - |
| XYZ | 60.12 | 66.96 | 14.46 | - |
| YUV | 204.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 63 | 0 | 0.09 | 0.73 | 0.07 | 52.41 | 0.83 | 0.59 |
| Hex | ED | D7 | 3F | 0 | 9 | 49 | 7 | 34 | 53 | 3B |
| Octal | 355 | 327 | 77 | 0 | 11 | 111 | 7 | 64 | 123 | 73 |
| Binary | 11101101 | 11010111 | 111111 | 0 | 1001 | 1001001 | 111 | 110100 | 1010011 | 111011 |
Color Harmonies of #EDD73F
Complementary color
Monochromatic Colors of #EDD73F
Black with #EDD73F
Text Example
Text Example
White with #EDD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD73F; }
p { color: rgb(237,215,63); }
H1.HeaderClassName
{
color: #EDD73F;
}
.AnyTagClassName
{
color: #EDD73F;
}
</style>
background-color css
<style>
a { background-color: #EDD73F; }
a { background-color: rgb(237,215,63); }
div.DivClassName
{
background-color: #EDD73F;
}
.BgClassName
{
background-color: #EDD73F;
}
</style>
border-color css
<style>
span { border-color: #EDD73F; }
span { border-color: rgb(237,215,63); }
td.TdClassName
{
border-color: #EDD73F;
}
.TagClassName
{
border-color: #EDD73F;
}
</style>