Shades of Starship #EDD93E
Tints of Starship #EDD93E
RGB
CMYK
RGB Variations
Color information
#EDD93E (or 0xEDD93E) is known color: Starship. HEX triplet: ED, D9 and 3E. RGB value is (237,217,62). Sum of RGB (Red+Green+Blue) = 237+217+62=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93E is #1226C1. Grayscale: #CDCDCD. Windows color (decimal): -1189570 or 4119021. OLE color: 4119021.
HSL color Cylindrical-coordinate representation of color #EDD93E: hue angle of 53.14º 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 #EDD93E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 62 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.14º | 0.83% | 0.59% | - |
| HSV(B) | 53.14º | 0.74% | 0.93% | - |
| XYZ | 60.61 | 67.98 | 14.48 | - |
| YUV | 205.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 62 | 0 | 0.08 | 0.74 | 0.07 | 53.14 | 0.83 | 0.59 |
| Hex | ED | D9 | 3E | 0 | 8 | 4A | 7 | 35 | 53 | 3B |
| Octal | 355 | 331 | 76 | 0 | 10 | 112 | 7 | 65 | 123 | 73 |
| Binary | 11101101 | 11011001 | 111110 | 0 | 1000 | 1001010 | 111 | 110101 | 1010011 | 111011 |
Color Harmonies of #EDD93E
Complementary color
Monochromatic Colors of #EDD93E
Black with #EDD93E
Text Example
Text Example
White with #EDD93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD93E; }
p { color: rgb(237,217,62); }
H1.HeaderClassName
{
color: #EDD93E;
}
.AnyTagClassName
{
color: #EDD93E;
}
</style>
background-color css
<style>
a { background-color: #EDD93E; }
a { background-color: rgb(237,217,62); }
div.DivClassName
{
background-color: #EDD93E;
}
.BgClassName
{
background-color: #EDD93E;
}
</style>
border-color css
<style>
span { border-color: #EDD93E; }
span { border-color: rgb(237,217,62); }
td.TdClassName
{
border-color: #EDD93E;
}
.TagClassName
{
border-color: #EDD93E;
}
</style>