Shades of Starship #EDD93D
Tints of Starship #EDD93D
RGB
CMYK
RGB Variations
Color information
#EDD93D (or 0xEDD93D) is known color: Starship. HEX triplet: ED, D9 and 3D. RGB value is (237,217,61). Sum of RGB (Red+Green+Blue) = 237+217+61=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93D is #1226C2. Grayscale: #CDCDCD. Windows color (decimal): -1189571 or 4053485. OLE color: 4053485.
HSL color Cylindrical-coordinate representation of color #EDD93D: hue angle of 53.18º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDD93D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.18º | 0.83% | 0.58% | - |
| HSV(B) | 53.18º | 0.74% | 0.93% | - |
| XYZ | 60.58 | 67.97 | 14.34 | - |
| YUV | 205.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 61 | 0 | 0.08 | 0.74 | 0.07 | 53.18 | 0.83 | 0.58 |
| Hex | ED | D9 | 3D | 0 | 8 | 4A | 7 | 35 | 53 | 3A |
| Octal | 355 | 331 | 75 | 0 | 10 | 112 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11011001 | 111101 | 0 | 1000 | 1001010 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD93D
Complementary color
Monochromatic Colors of #EDD93D
Black with #EDD93D
Text Example
Text Example
White with #EDD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD93D; }
p { color: rgb(237,217,61); }
H1.HeaderClassName
{
color: #EDD93D;
}
.AnyTagClassName
{
color: #EDD93D;
}
</style>
background-color css
<style>
a { background-color: #EDD93D; }
a { background-color: rgb(237,217,61); }
div.DivClassName
{
background-color: #EDD93D;
}
.BgClassName
{
background-color: #EDD93D;
}
</style>
border-color css
<style>
span { border-color: #EDD93D; }
span { border-color: rgb(237,217,61); }
td.TdClassName
{
border-color: #EDD93D;
}
.TagClassName
{
border-color: #EDD93D;
}
</style>