Shades of Starship #EDE63F
Tints of Starship #EDE63F
RGB
CMYK
RGB Variations
Color information
#EDE63F (or 0xEDE63F) is known color: Starship. HEX triplet: ED, E6 and 3F. RGB value is (237,230,63). Sum of RGB (Red+Green+Blue) = 237+230+63=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63F is #1219C0. Grayscale: #D5D5D5. Windows color (decimal): -1186241 or 4187885. OLE color: 4187885.
HSL color Cylindrical-coordinate representation of color #EDE63F: hue angle of 57.59º 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 #EDE63F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 63 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.59º | 0.83% | 0.59% | - |
| HSV(B) | 57.59º | 0.73% | 0.93% | - |
| XYZ | 64.12 | 74.96 | 15.79 | - |
| YUV | 213.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 63 | 0 | 0.03 | 0.73 | 0.07 | 57.59 | 0.83 | 0.59 |
| Hex | ED | E6 | 3F | 0 | 3 | 49 | 7 | 3A | 53 | 3B |
| Octal | 355 | 346 | 77 | 0 | 3 | 111 | 7 | 72 | 123 | 73 |
| Binary | 11101101 | 11100110 | 111111 | 0 | 11 | 1001001 | 111 | 111010 | 1010011 | 111011 |
Color Harmonies of #EDE63F
Complementary color
Monochromatic Colors of #EDE63F
Black with #EDE63F
Text Example
Text Example
White with #EDE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE63F; }
p { color: rgb(237,230,63); }
H1.HeaderClassName
{
color: #EDE63F;
}
.AnyTagClassName
{
color: #EDE63F;
}
</style>
background-color css
<style>
a { background-color: #EDE63F; }
a { background-color: rgb(237,230,63); }
div.DivClassName
{
background-color: #EDE63F;
}
.BgClassName
{
background-color: #EDE63F;
}
</style>
border-color css
<style>
span { border-color: #EDE63F; }
span { border-color: rgb(237,230,63); }
td.TdClassName
{
border-color: #EDE63F;
}
.TagClassName
{
border-color: #EDE63F;
}
</style>