Shades of Starship #EDD83F
Tints of Starship #EDD83F
RGB
CMYK
RGB Variations
Color information
#EDD83F (or 0xEDD83F) is known color: Starship. HEX triplet: ED, D8 and 3F. RGB value is (237,216,63). Sum of RGB (Red+Green+Blue) = 237+216+63=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD83F is #1227C0. Grayscale: #CDCDCD. Windows color (decimal): -1189825 or 4184301. OLE color: 4184301.
HSL color Cylindrical-coordinate representation of color #EDD83F: hue angle of 52.76º 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 #EDD83F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 63 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.07 |
| HSL | 52.76º | 0.83% | 0.59% | - |
| HSV(B) | 52.76º | 0.73% | 0.93% | - |
| XYZ | 60.38 | 67.48 | 14.54 | - |
| YUV | 204.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 63 | 0 | 0.09 | 0.73 | 0.07 | 52.76 | 0.83 | 0.59 |
| Hex | ED | D8 | 3F | 0 | 9 | 49 | 7 | 35 | 53 | 3B |
| Octal | 355 | 330 | 77 | 0 | 11 | 111 | 7 | 65 | 123 | 73 |
| Binary | 11101101 | 11011000 | 111111 | 0 | 1001 | 1001001 | 111 | 110101 | 1010011 | 111011 |
Color Harmonies of #EDD83F
Complementary color
Monochromatic Colors of #EDD83F
Black with #EDD83F
Text Example
Text Example
White with #EDD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD83F; }
p { color: rgb(237,216,63); }
H1.HeaderClassName
{
color: #EDD83F;
}
.AnyTagClassName
{
color: #EDD83F;
}
</style>
background-color css
<style>
a { background-color: #EDD83F; }
a { background-color: rgb(237,216,63); }
div.DivClassName
{
background-color: #EDD83F;
}
.BgClassName
{
background-color: #EDD83F;
}
</style>
border-color css
<style>
span { border-color: #EDD83F; }
span { border-color: rgb(237,216,63); }
td.TdClassName
{
border-color: #EDD83F;
}
.TagClassName
{
border-color: #EDD83F;
}
</style>