Shades of Starship #EDF63D
Tints of Starship #EDF63D
RGB
CMYK
RGB Variations
Color information
#EDF63D (or 0xEDF63D) is known color: Starship. HEX triplet: ED, F6 and 3D. RGB value is (237,246,61). Sum of RGB (Red+Green+Blue) = 237+246+61=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 61 (24.22% from 255 or 11.21% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF63D is #1209C2. Grayscale: #DEDEDE. Windows color (decimal): -1182147 or 4060909. OLE color: 4060909.
HSL color Cylindrical-coordinate representation of color #EDF63D: hue angle of 62.92º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF63D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 61 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.04 |
| HSL | 62.92º | 0.91% | 0.6% | - |
| HSV(B) | 62.92º | 0.75% | 0.96% | - |
| XYZ | 68.72 | 84.25 | 17.06 | - |
| YUV | 222.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 61 | 0.04 | 0 | 0.75 | 0.04 | 62.92 | 0.91 | 0.6 |
| Hex | ED | F6 | 3D | 4 | 0 | 4B | 4 | 3F | 5B | 3C |
| Octal | 355 | 366 | 75 | 4 | 0 | 113 | 4 | 77 | 133 | 74 |
| Binary | 11101101 | 11110110 | 111101 | 100 | 0 | 1001011 | 100 | 111111 | 1011011 | 111100 |
Color Harmonies of #EDF63D
Complementary color
Monochromatic Colors of #EDF63D
Black with #EDF63D
Text Example
Text Example
White with #EDF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF63D; }
p { color: rgb(237,246,61); }
H1.HeaderClassName
{
color: #EDF63D;
}
.AnyTagClassName
{
color: #EDF63D;
}
</style>
background-color css
<style>
a { background-color: #EDF63D; }
a { background-color: rgb(237,246,61); }
div.DivClassName
{
background-color: #EDF63D;
}
.BgClassName
{
background-color: #EDF63D;
}
</style>
border-color css
<style>
span { border-color: #EDF63D; }
span { border-color: rgb(237,246,61); }
td.TdClassName
{
border-color: #EDF63D;
}
.TagClassName
{
border-color: #EDF63D;
}
</style>