Shades of Starship #EDF73D
Tints of Starship #EDF73D
RGB
CMYK
RGB Variations
Color information
#EDF73D (or 0xEDF73D) is known color: Starship. HEX triplet: ED, F7 and 3D. RGB value is (237,247,61). Sum of RGB (Red+Green+Blue) = 237+247+61=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF73D is #1208C2. Grayscale: #DFDFDF. Windows color (decimal): -1181891 or 4061165. OLE color: 4061165.
HSL color Cylindrical-coordinate representation of color #EDF73D: hue angle of 63.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF73D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 61 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.03 |
| HSL | 63.23º | 0.92% | 0.6% | - |
| HSV(B) | 63.23º | 0.75% | 0.97% | - |
| XYZ | 69.03 | 84.86 | 17.16 | - |
| YUV | 222.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 61 | 0.04 | 0 | 0.75 | 0.03 | 63.23 | 0.92 | 0.6 |
| Hex | ED | F7 | 3D | 4 | 0 | 4B | 3 | 3F | 5C | 3C |
| Octal | 355 | 367 | 75 | 4 | 0 | 113 | 3 | 77 | 134 | 74 |
| Binary | 11101101 | 11110111 | 111101 | 100 | 0 | 1001011 | 11 | 111111 | 1011100 | 111100 |
Color Harmonies of #EDF73D
Complementary color
Monochromatic Colors of #EDF73D
Black with #EDF73D
Text Example
Text Example
White with #EDF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF73D; }
p { color: rgb(237,247,61); }
H1.HeaderClassName
{
color: #EDF73D;
}
.AnyTagClassName
{
color: #EDF73D;
}
</style>
background-color css
<style>
a { background-color: #EDF73D; }
a { background-color: rgb(237,247,61); }
div.DivClassName
{
background-color: #EDF73D;
}
.BgClassName
{
background-color: #EDF73D;
}
</style>
border-color css
<style>
span { border-color: #EDF73D; }
span { border-color: rgb(237,247,61); }
td.TdClassName
{
border-color: #EDF73D;
}
.TagClassName
{
border-color: #EDF73D;
}
</style>