Shades of Starship #EDD93F
Tints of Starship #EDD93F
RGB
CMYK
RGB Variations
Color information
#EDD93F (or 0xEDD93F) is known color: Starship. HEX triplet: ED, D9 and 3F. RGB value is (237,217,63). Sum of RGB (Red+Green+Blue) = 237+217+63=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93F is #1226C0. Grayscale: #CECECE. Windows color (decimal): -1189569 or 4184557. OLE color: 4184557.
HSL color Cylindrical-coordinate representation of color #EDD93F: hue angle of 53.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 #EDD93F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 63 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.1º | 0.83% | 0.59% | - |
| HSV(B) | 53.1º | 0.73% | 0.93% | - |
| XYZ | 60.64 | 67.99 | 14.63 | - |
| YUV | 205.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 63 | 0 | 0.08 | 0.73 | 0.07 | 53.1 | 0.83 | 0.59 |
| Hex | ED | D9 | 3F | 0 | 8 | 49 | 7 | 35 | 53 | 3B |
| Octal | 355 | 331 | 77 | 0 | 10 | 111 | 7 | 65 | 123 | 73 |
| Binary | 11101101 | 11011001 | 111111 | 0 | 1000 | 1001001 | 111 | 110101 | 1010011 | 111011 |
Color Harmonies of #EDD93F
Complementary color
Monochromatic Colors of #EDD93F
Black with #EDD93F
Text Example
Text Example
White with #EDD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD93F; }
p { color: rgb(237,217,63); }
H1.HeaderClassName
{
color: #EDD93F;
}
.AnyTagClassName
{
color: #EDD93F;
}
</style>
background-color css
<style>
a { background-color: #EDD93F; }
a { background-color: rgb(237,217,63); }
div.DivClassName
{
background-color: #EDD93F;
}
.BgClassName
{
background-color: #EDD93F;
}
</style>
border-color css
<style>
span { border-color: #EDD93F; }
span { border-color: rgb(237,217,63); }
td.TdClassName
{
border-color: #EDD93F;
}
.TagClassName
{
border-color: #EDD93F;
}
</style>